This commit is contained in:
parent
a646607597
commit
bf85b4d81c
8 changed files with 92 additions and 2 deletions
6
types/preact.d.ts
vendored
Normal file
6
types/preact.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
type Props = {
|
||||
title?: string;
|
||||
styles?: string[];
|
||||
scripts?: (string | [string, boolean])[];
|
||||
children?: preact.ComponentChildren;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue