@atlaskit/tile
Version:
A tile is a rounded square that takes an asset and represents a noun.
10 lines (9 loc) • 312 B
TypeScript
import React from 'react';
import type { TileSkeletonProps } from './types';
/**
* __Tile Skeleton__
*
* A tile skeleton is the loading state for the tile component.
*
*/
export default function TileSkeleton({ color, isShimmering, shimmeringEndColor, size, testId, }: TileSkeletonProps): React.JSX.Element;