UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

16 lines (15 loc) 503 B
//#region src/core/vuiProvider/globalStyle.d.ts type GlobalStyleProps = { globalStyle?: boolean; }; /** * Provides global styles, such as: * - font face definitions * - font base styles (color, size, family) * - animation keyframes * - CSS variables for each theme value */ declare const _default: import("styled-components").GlobalStyleComponent<GlobalStyleProps, import("styled-components").DefaultTheme>; //#endregion export { _default as default }; //# sourceMappingURL=globalStyle.d.ts.map