UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

6 lines (5 loc) 161 B
/// <reference types="react" /> import { Config } from './ConfigContext'; export interface ConfigProviderProps extends Config { children: React.ReactNode; }