revite/src/types/Preact.ts

4 lines
93 B
TypeScript
Raw Normal View History

2021-06-18 09:20:57 -04:00
import { VNode } from 'preact';
export type Children = VNode | (VNode | string)[] | string;