UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

4 lines (3 loc) 113 B
export type LoaderProps = {}; declare const Loader: React.FunctionComponent<LoaderProps>; export default Loader;