UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

7 lines (6 loc) 236 B
import ConfigProvider from './ConfigProvider'; import ConfigContext from './ConfigContext'; export type { Config } from './ConfigContext'; export * from './type'; export { ConfigContext, ConfigProvider }; export default ConfigProvider;