UNPKG

mistui-kit

Version:

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

8 lines (7 loc) • 229 B
type Props = Pick<React.HTMLAttributes<HTMLDivElement>, 'className' | 'style'>; export type BaseFooter = Props & { isCenter?: boolean; orientation?: 'horizontal' | 'vertical'; children: React.ReactNode; }; export {};