UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

7 lines (6 loc) 285 B
/// <reference types="react" /> export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>; export declare const ThemeProvider: ({ theme, ...props }: { [x: string]: any; theme: any; }) => JSX.Element;