@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 411 B
TypeScript
import * as React from 'react';
export interface DrawerActionsProps extends React.HTMLProps<HTMLDivElement> {
/** Additional classes added to the drawer actions button. */
className?: string;
/** Actions to be rendered in the panel head. */
children?: React.ReactNode;
}
export declare const DrawerActions: React.FunctionComponent<DrawerActionsProps>;
//# sourceMappingURL=DrawerActions.d.ts.map