Kaynağa Gözat

chore: remove a duplicate type (#1094)

SoonIter 3 yıl önce
ebeveyn
işleme
ca34d6bba5
1 değiştirilmiş dosya ile 0 ekleme ve 12 silme
  1. 0 12
      packages/semi-ui/tag/interface.ts

+ 0 - 12
packages/semi-ui/tag/interface.ts

@@ -38,15 +38,3 @@ export interface TagProps {
     'aria-label'?: React.AriaAttributes['aria-label'];
     tabIndex?: number; // use internal, when tag in taInput, we want to use left arrow and right arrow to control the tag focus, so the tabIndex need to be -1. 
 }
-
-export interface TagGroupProps {
-    style?: React.CSSProperties;
-    className?: string;
-    maxTagCount?: number;
-    tagList?: (TagProps | React.ReactNode)[];
-    size?: 'small' | 'large';
-    showPopover?: boolean;
-    popoverProps?: any; // TODO: 替换成PopoverProps
-    avatarShape?: AvatarShape;
-    mode?: string; // TODO: check 文档里没有这个api
-}