@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 376 B
TypeScript
import * as React from 'react';
export interface MenuFooterProps extends React.HTMLProps<HTMLDivElement> {
/** Content rendered inside the footer */
children?: React.ReactNode;
/** Additional classes added to the footer */
className?: string;
}
export declare const MenuFooter: React.FunctionComponent<MenuFooterProps>;
//# sourceMappingURL=MenuFooter.d.ts.map