UNPKG

376 BTypeScriptView Raw
1import * as React from 'react';
2export interface MenuFooterProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the footer */
4 children?: React.ReactNode;
5 /** Additional classes added to the footer */
6 className?: string;
7}
8export declare const MenuFooter: React.FunctionComponent<MenuFooterProps>;
9//# sourceMappingURL=MenuFooter.d.ts.map
\No newline at end of file