UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

9 lines 242 B
import { FC } from 'react'; import './EmptyState.css'; export interface EmptyStateProps { height?: number; text?: string; } declare const EmptyState: FC<EmptyStateProps>; export { EmptyState }; //# sourceMappingURL=EmptyState.d.ts.map