UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

5 lines (4 loc) 186 B
import { CreateWuiProps } from '../System'; type FooterProps = CreateWuiProps<'div'>; export declare const Footer: import('../System').CreateWuiComponent<"div", FooterProps>; export {};