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