UNPKG

@fchh/fcos-suite-ui

Version:

Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).

9 lines (8 loc) 309 B
import { default as React } from 'react'; import { IUiContext } from '../interfaces/IUiContext'; export declare const UiContext: React.Context<IUiContext>; interface UiContextProviderProps { children: React.ReactNode; } export declare const UiContextProvider: React.FC<UiContextProviderProps>; export {};