ui-lib/lib/ui/checkbox.d.ts
2023-03-29 18:25:05 +08:00

2 lines
123 B
TypeScript

export function createCheckbox(opts: any): HTMLElement
export function resolveCheckbox(container: HTMLElement): HTMLElement