Files
runbin/web/node_modules/crelt/dist/index.d.cts
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

5 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