mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
type CheckboxFieldResult = {
|
|
isValid: boolean;
|
|
value: string | string[] | boolean | undefined;
|
|
};
|
|
declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
|
|
export default _default;
|
|
//# sourceMappingURL=getCheckboxValue.d.ts.map
|