export type TileVariant = "static" | "clickable" | "selectable"; export type TileProps = { title?: unknown; description?: unknown; variant?: TileVariant; /** Pour `clickable` : si fourni, rend un ``, sinon un `