UNPKG

@wazespace/wme-react-components

Version:

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

7 lines 853 B
/// <reference types="react" /> export declare const WzCheckbox: { new (props: ({} & import("../wme-intrinsic-elements-props").WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>) | Readonly<{} & import("../wme-intrinsic-elements-props").WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>>): import("react").Component<{} & import("../wme-intrinsic-elements-props").WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>, {}, any>; new (props: {} & import("../wme-intrinsic-elements-props").WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>, context: any): import("react").Component<{} & import("../wme-intrinsic-elements-props").WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>, {}, any>; contextType?: import("react").Context<any> | undefined; }; //# sourceMappingURL=WzCheckbox.d.ts.map