UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

13 lines (12 loc) 621 B
/// <reference types="hoist-non-react-statics" /> import * as React from 'react'; export interface IEmptyStateProps { onCreateClick?: () => void; onImportClick?: () => void; onCreateMetricClick?: () => void; } export declare class EmptyState extends React.Component<IEmptyStateProps, any> { render(): React.JSX.Element; } declare const _default: React.ComponentClass<IEmptyStateProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IEmptyStateProps, any> & typeof EmptyState) | (React.FunctionComponent<IEmptyStateProps> & typeof EmptyState), {}>; export default _default;