complete strings document, adjust structure

This commit is contained in:
2023-03-31 09:10:13 +08:00
parent 877e9e7208
commit b04917109d
12 changed files with 94 additions and 15 deletions

View File

@ -10,4 +10,4 @@ interface CheckboxOptions {
}
export function createCheckbox(opts?: CheckboxOptions): HTMLElement
export function resolveCheckbox(container: HTMLElement, legacy?: boolean): HTMLElement
export function resolveCheckbox(container?: HTMLElement, legacy?: boolean): HTMLElement