@wordpress/components
Version:
UI components for WordPress.
11 lines • 560 B
TypeScript
/// <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