UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

14 lines 510 B
export interface SkeletonTextProps { /** * The number of "lines" that SkeletonText will display. If there is more than one line, the last line will have a width of `60%`. * @default 2 */ lineCount?: number; /** * The background color of the skeleton * @default soap200 */ backgroundColor?: string; } export declare const SkeletonText: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonTextProps>; //# sourceMappingURL=skeletonText.d.ts.map