@wordpress/components
Version:
UI components for WordPress.
11 lines • 994 B
TypeScript
export declare const SelectWrapper: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexBlockProps & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "display" | "children" | "as" | keyof import("react").RefAttributes<any>> & {
as?: keyof JSX.IntrinsicElements | undefined;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const AccessoryWrapper: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexBlockProps & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "display" | "children" | "as" | keyof import("react").RefAttributes<any>> & {
as?: keyof JSX.IntrinsicElements | undefined;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
//# sourceMappingURL=custom-gradient-picker-styles.d.ts.map