UNPKG

@navinc/base-react-components

Version:
12 lines (11 loc) 527 B
export function Toggle({ isToggleOpen, children }: { isToggleOpen?: boolean | undefined; children: any; }): any; export function COVID19Resources({ shouldShowSBAApplicationAndCalculatorSection, shouldShowBothSBAApplicationAndCalculator, shouldHideNavCaresActSection, className, links, }: { shouldShowSBAApplicationAndCalculatorSection: any; shouldShowBothSBAApplicationAndCalculator?: any; shouldHideNavCaresActSection?: boolean | undefined; className: any; links?: {} | undefined; }): JSX.Element;