mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-14 11:15:02 -05:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
|
import { VNode } from 'preact';
|
||
|
|
||
|
export type Children = VNode | (VNode | string)[] | string;
|