UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 239 B
/// <reference types="react" /> import { ConfigProviderProps } from './type'; declare const ConfigProvider: { ({ children, ...configProps }: ConfigProviderProps): JSX.Element; displayName: string; }; export default ConfigProvider;