import { SkeletonRowIcon } from './skeleton-icon.interface'; import { SkeletonRowTemplateIntrface } from './skeleton-row-template.intrface'; export interface SkeletonRow extends SkeletonRowTemplateIntrface { width: number; xPosition: number; yPosition: number; icon?: SkeletonRowIcon; } //# sourceMappingURL=skeleton.row.d.ts.map