@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
19 lines • 778 B
TypeScript
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 `system.color.bg.alt.strong`
*/
backgroundColor?: string;
}
export declare const skeletonTextStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
backgroundColor: string;
}, never>, {}, {
backgroundColor: string;
}, never, never>;
export declare const SkeletonText: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonTextProps>;
//# sourceMappingURL=SkeletonText.d.ts.map