@navinc/base-react-components
Version:
Nav's Pattern Library
12 lines (11 loc) • 527 B
TypeScript
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;