UNPKG

@wordpress/components

Version:
10 lines 489 B
/** * Internal dependencies */ import type { ThemeOutputValues } from './types'; export declare const colorVariables: ({ colors }: ThemeOutputValues) => import("@emotion/utils").SerializedStyles[]; export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; //# sourceMappingURL=styles.d.ts.map