UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

7 lines (6 loc) 173 B
import type { SkeletonProps } from '../types'; /** * __Skeleton__ */ declare const Skeleton: import("react").NamedExoticComponent<SkeletonProps>; export default Skeleton;