UNPKG

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