UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

4 lines (3 loc) 132 B
export interface IFragment extends Partial<Omit<DocumentFragment, "children">> { children: string | Node | (string | Node)[]; }