export interface TSkeleton {
    backgroundColor?: string;
    width?: string;
    height?: string;
}
