@project44-manifest/react
Version:
Manifest Design System react components
14 lines • 426 B
TypeScript
import { IContentLoaderProps } from 'react-content-loader';
import type { CSS } from '@project44-manifest/react-styles';
export declare const SkeletonElement = "svg";
export interface SkeletonProps extends IContentLoaderProps {
/**
* Classes to be applied to the root element
*/
className?: string;
/**
* Theme aware style object
*/
css?: CSS;
}
//# sourceMappingURL=Skeleton.types.d.ts.map