@cavilha/theme
Version:
A theme provider for styling components using MadeiraMadeira webstore design token definitions
7 lines (6 loc) • 673 B
TypeScript
import { CSS as CSSStitches } from '@stitches/react';
import { themeConfig } from './Theme.provider';
export { blackFridayTheme, colors, config, css, darkTheme, fontSizes, fontWeights, fonts, getCavilhaCssString, globalCavilhaCss, keyframes, letterSpacings, lightTheme, lineHeights, media, prefix, radii, reset, space, styled, theme, themeConfig, themes, zIndices, } from './Theme.provider';
export type { ThemeRule } from './Theme.provider';
export declare type CSS = CSSStitches<typeof themeConfig>;
export type { CSSProperties, ComponentProps, CreateStitches, DefaultThemeMap, PropertyValue, ScaleValue, VariantProps as StitchesVariants, } from '@stitches/react';