UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

10 lines (9 loc) • 335 B
declare const Footer: import("react").ForwardRefExoticComponent<{ className?: string | undefined; style?: import("react").CSSProperties | undefined; } & { isCenter?: boolean; orientation?: "horizontal" | "vertical"; children: React.ReactNode; } & import("react").RefAttributes<HTMLElement>>; export default Footer;