UNPKG

@appbuckets/react-ui

Version:
7 lines (6 loc) 209 B
import * as React from 'react'; import { PartialThemeOptions } from './BucketContext.types'; declare const BucketTheme: React.FunctionComponent<{ theme?: PartialThemeOptions; }>; export default BucketTheme;