@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
8 lines • 296 B
TypeScript
import * as React from "react";
/**
* Skeleton loading state for KPICard component.
* Mimics the exact layout of KPICard while data is being fetched.
*/
export declare const KPICardSkeleton: React.FunctionComponent;
export default KPICardSkeleton;
//# sourceMappingURL=KpiCardSkeleton.d.ts.map