All checks were successful
Code quality checks / biome (push) Successful in 10s
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
type Props = {
|
|
title?: string;
|
|
styles?: string[];
|
|
scripts?: (string | [string, boolean])[];
|
|
children?: preact.ComponentChildren;
|
|
};
|