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