UNPKG

@wordpress/components

Version:
11 lines 560 B
/// <reference types="react" /> /** * 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 | undefined; as?: import("react").ElementType<any> | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; //# sourceMappingURL=styles.d.ts.map