UNPKG

@retriever-ui/system

Version:
10 lines (9 loc) 386 B
import { Theme } from '@emotion/react'; import { ColorsProperties, FontsProperties } from '@retriever-ui/theme'; import { Responsive } from '../config'; export declare type ThemeCSS<Props> = Props & { theme: Theme; }; export declare type CSSResponsive<CSS> = Responsive<CSS>; export declare type Colors = ColorsProperties<Theme>; export declare type Fonts = FontsProperties<Theme>;