UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 231 B
import React, { ReactElement } from 'react'; import { IFooterProps } from './type'; export declare const Footer: React.MemoExoticComponent<({ footerMenuItems, footerSocialIcons, footerText, type, }: IFooterProps) => ReactElement>;