import type { LinkChipProps } from "./Chip/chip" export interface LinkChipsProps { chips: LinkChipProps[] }