Port over more UI elements.

This commit is contained in:
Paul
2021-06-18 14:20:57 +01:00
parent 7eee2cd7c6
commit 9ac2316ed0
11 changed files with 352 additions and 3 deletions

3
src/types/Preact.ts Normal file
View File

@@ -0,0 +1,3 @@
import { VNode } from 'preact';
export type Children = VNode | (VNode | string)[] | string;