UNPKG

@salla.sa/twilight-components

Version:
16 lines (15 loc) 293 B
export declare class SallaSkeleton { /** * Set the shape type of the skeleton is it circle or normal */ type: 'circle' | 'normal'; /** * Set the skeleton width */ width: string; /** * Set the skeleton height */ height: string; render(): any; }