Files
web/components/TempDesignSystem/LinkChips/Chip/chip.ts
2024-09-26 08:37:25 +02:00

5 lines
65 B
TypeScript

export interface LinkChipProps {
url: string
title: string
}