feat(SW-368): added link chips component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface LinkChipProps {
|
||||
url: string
|
||||
title: string
|
||||
}
|
||||
Reference in New Issue
Block a user