feat(SW-368): added link chips component
This commit is contained in:
5
components/TempDesignSystem/LinkChips/linkChips.ts
Normal file
5
components/TempDesignSystem/LinkChips/linkChips.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { LinkChipProps } from "./Chip/chip"
|
||||
|
||||
export interface LinkChipsProps {
|
||||
chips: LinkChipProps[]
|
||||
}
|
||||
Reference in New Issue
Block a user