84e1c7ed7eecddb1cf37598798834ca3f81ddab5e18630dda83d867950f295e143eeb76694a8afdf71aefd2a576174740bcb345ad29ed03a680e5d7fe1fc85 311 B

1234567
  1. import { ElementUIComponent } from './component'
  2. /** Skeleton Item Component */
  3. export declare class ElSkeletonItem extends ElementUIComponent {
  4. /** The current rendering skeleton type; default: text */
  5. variant: 'p' | 'text' | 'h1' | 'h3' | 'text' | 'caption' | 'button' | 'image' | 'circle' | 'rect'
  6. }