ui-lib/lib/checkbox.d.ts
2023-03-29 17:22:44 +08:00

2 lines
123 B
TypeScript

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