UNPKG

@wordpress/components

Version:
11 lines 736 B
/// <reference types="react" /> type BackCompatMinWidthProps = { __nextUnconstrainedWidth: boolean; }; export declare const InputBaseWithBackCompatMinWidth: import("@emotion/styled").StyledComponent<import("../input-control/types").InputBaseProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../input-control/types").InputBaseProps> & { as?: keyof JSX.IntrinsicElements | undefined; } & import("react").RefAttributes<HTMLDivElement> & { theme?: import("@emotion/react").Theme | undefined; } & BackCompatMinWidthProps, {}, {}>; export {}; //# sourceMappingURL=styles.d.ts.map