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