UNPKG

box-ui-elements

Version:
8 lines (7 loc) 215 B
import * as React from 'react'; import './Footer.scss'; export interface FooterProps { children: React.ReactNode; } declare const Footer: ({ children }: FooterProps) => React.JSX.Element; export default Footer;