2024-11-05 10:09:18 +08:00

4 lines
127 B
TypeScript

export const componentShapes = ['', 'circle', 'round'] as const
export type ComponentShape = (typeof componentShapes)[number]