mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Skeleton: add skeleton component (#21038)
This commit is contained in:
7
types/skeleton-item.d.ts
vendored
Normal file
7
types/skeleton-item.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ElementUIComponent } from './component'
|
||||
|
||||
/** Skeleton Item Component */
|
||||
export declare class ElSkeletonItem extends ElementUIComponent {
|
||||
/** The current rendering skeleton type; default: text */
|
||||
variant: 'p' | 'text' | 'h1' | 'h3' | 'text' | 'caption' | 'button' | 'image' | 'circle' | 'rect'
|
||||
}
|
||||
Reference in New Issue
Block a user