UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

9 lines 214 B
export interface WzCheckboxProps { indeterminate?: boolean; disabled?: boolean; checked?: boolean; name?: string; value?: string; hasError?: boolean; } //# sourceMappingURL=Checkbox.d.ts.map