mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 00:00:41 +00:00
Port modal / popover context.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { VNode } from "preact";
|
||||
|
||||
export type Children = VNode | (VNode | string)[] | string;
|
||||
export type Child = VNode | string | false | undefined;
|
||||
export type Children = Child | Child[] | Children[];
|
||||
|
||||
Reference in New Issue
Block a user