export type SkeletonBaseProperties = {
    /**
     * Skeleton custom height
     */
    height?: string;
    /**
     * Skeleton custom width
     */
    width?: string;
};
