UNPKG

@os-design/website

Version:

6 lines 279 B
import React from 'react'; import { FooterProps } from './index'; declare type FooterNavigationProps = Pick<FooterProps, 'maxHeight'>; declare const FooterNavigation: React.FC<FooterNavigationProps>; export default FooterNavigation; //# sourceMappingURL=FooterNavigation.d.ts.map