UNPKG

@atlaskit/icon

Version:

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

12 lines (11 loc) 251 B
/** * @jsxRuntime classic * @jsx jsx */ import { type NamedExoticComponent } from 'react'; import type { SkeletonProps } from '../types'; /** * __Skeleton__ */ declare const Skeleton: NamedExoticComponent<SkeletonProps>; export default Skeleton;