mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
Port over more UI elements.
This commit is contained in:
3
src/types/Preact.ts
Normal file
3
src/types/Preact.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { VNode } from 'preact';
|
||||
|
||||
export type Children = VNode | (VNode | string)[] | string;
|
||||
Reference in New Issue
Block a user