@wordpress/components
Version:
UI components for WordPress.
7 lines • 621 B
TypeScript
import type { ComboboxControlProps } from './types';
export declare const InputWrapperFlex: import("@emotion/styled").StyledComponent<import("../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "as" | keyof import("react").RefAttributes<any> | keyof import("../flex/types").FlexProps> & {
as?: keyof JSX.IntrinsicElements | undefined;
} & {
theme?: import("@emotion/react").Theme;
} & Pick<ComboboxControlProps, "__next40pxDefaultSize">, {}, {}>;
//# sourceMappingURL=styles.d.ts.map