UNPKG

@storybook/design-system

Version:
7 lines 292 B
import React from 'react'; export declare type TagItemProps = { children?: React.ReactNode; isLoading?: boolean; }; export declare const TagItem: import("@storybook/theming").StyledComponent<any, TagItemProps, import("@storybook/theming").Theme>; //# sourceMappingURL=TagItem.d.ts.map