@wazespace/wme-react-components
Version:
A package with useful replications of the Waze Map Editor components to use in userscripts
9 lines • 996 B
TypeScript
/// <reference types="react" />
export declare const WzCaption: {
new (props: ({} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>) | Readonly<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>>): import("react").Component<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>, {}, any>;
new (props: {} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>, context: any): import("react").Component<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>, {}, any>;
contextType?: import("react").Context<any> | undefined;
};
export declare const WzOverline: import("react").ForwardRefExoticComponent<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>>;
export declare const WzLabel: import("react").ForwardRefExoticComponent<{} & import("../wme-intrinsic-elements-props").WzLabelProps & import("react").HTMLAttributes<HTMLElement>>;
//# sourceMappingURL=WzTextComponents.d.ts.map