UNPKG

@retriever-ui/theme

Version:

Configuraçao dos temas e styleguide

8 lines (7 loc) 262 B
/// <reference types="react" /> import { CSSObject, Theme } from '@emotion/react'; interface GlobalStylesPRops { styles?: (theme: Theme) => CSSObject; } declare const GlobalStyles: ({ styles }: GlobalStylesPRops) => JSX.Element; export default GlobalStyles;