glam/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.d.ts
2025-12-21 00:01:54 +01:00

4 lines
280 B
TypeScript

type Child = string | Node | null | undefined | readonly Child[]
export default function crelt(elt: string | HTMLElement, attrs: {[attr: string]: any}, ...children: Child[]): HTMLElement
export default function crelt(elt: string | HTMLElement, ...children: Child[]): HTMLElement