feat(SW-368): added link chips component
This commit is contained in:
4
components/TempDesignSystem/LinkChips/Chip/chip.ts
Normal file
4
components/TempDesignSystem/LinkChips/Chip/chip.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface LinkChipProps {
|
||||
url: string
|
||||
title: string
|
||||
}
|
||||
Reference in New Issue
Block a user