UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

18 lines (17 loc) 522 B
export declare const SKELETON_CLASSNAME = "k-skeleton"; export type KendoSkeletonProps = { shape?: 'circle' | 'text' | 'rect'; animation?: false | 'wave' | 'pulse'; style?: React.CSSProperties; }; export declare const Skeleton: { (props: KendoSkeletonProps & React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: { shape: string; animation: string; }; }; export default Skeleton;