UNPKG

lucid-ui

Version:

A UI component library from Xandr.

18 lines 650 B
import React from 'react'; import { ILoadingSkeletonProps, IStandardSkeleton } from './LoadingSkeleton'; export declare const LineChartSkeleton: (props: IStandardSkeleton) => React.ReactElement<IStandardSkeleton>; declare const LineChartLoadingSkeleton: { (props: ILoadingSkeletonProps): React.ReactElement; displayName: string; peek: { description: string; notes: { overview: string; intendedUse: string; technicalRecommendations: string; }; categories: string[]; }; }; export default LineChartLoadingSkeleton; //# sourceMappingURL=LineChartLoadingSkeleton.d.ts.map