UNPKG

@findnlink/neuro-ui

Version:
5 lines (4 loc) 269 B
/// <reference types="react" /> import { FooterProps, FooterItemProps } from './Footer.types'; export declare const Footer: ({ children, ...props }: FooterProps) => JSX.Element; export declare const FooterItem: ({ children, ...props }: FooterItemProps) => JSX.Element;