@atlaskit/menu
Version:
A list of options to help users navigate, or perform actions.
12 lines (11 loc) • 524 B
TypeScript
import type { SkeletonHeadingItemProps } from '../types';
/**
* __Skeleton heading item__
*
* A skeleton heading item is used in place of a heading item when its contents it not ready.
*
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/menu/docs/skeleton-heading-item)
* - [Code](https://atlaskit.atlassian.com/packages/design-system/menu)
*/
declare const SkeletonHeadingItem: ({ isShimmering, testId, width, xcss, }: SkeletonHeadingItemProps) => JSX.Element;
export default SkeletonHeadingItem;