UNPKG

471 BTypeScriptView Raw
1import * as React from 'react';
2export interface CardActionsProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the Card Action */
4 children?: React.ReactNode;
5 /** Additional classes added to the Action */
6 className?: string;
7 /** Flag indicating that the actions have no offset */
8 hasNoOffset?: boolean;
9}
10export declare const CardActions: React.FunctionComponent<CardActionsProps>;
11//# sourceMappingURL=CardActions.d.ts.map
\No newline at end of file