UNPKG

@cgi-learning-hub/ui

Version:

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

7 lines (6 loc) 196 B
import { FC } from 'react'; export declare const useLazySvgImport: (name: string) => { error: Error | undefined; loading: boolean; Svg: FC<import('react').SVGProps<SVGSVGElement>>; };