@wordpress/components
Version:
UI components for WordPress.
7 lines • 439 B
TypeScript
export declare const StyledInputControl: import("@emotion/styled").StyledComponent<import("../input-control/types").InputControlProps & import("react").RefAttributes<HTMLInputElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledIcon: import("@emotion/styled").StyledComponent<import("../icon").Props & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
//# sourceMappingURL=styles.d.ts.map