UNPKG

lucid-ui

Version:

A UI component library from Xandr.

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