UNPKG

react-neat-ui

Version:

A customisable react component library focused on neat and clean approach.

9 lines (8 loc) 310 B
import React from 'react'; import { theme } from './theme'; declare type themeProps = { theme: typeof theme; children: React.ReactNode; }; declare const ComponentLibThemeProvider: (props: themeProps) => import("theme-ui/jsx-runtime").JSX.Element; export { ComponentLibThemeProvider as ThemeProvider };