4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
![]() |
export const componentShapes = ['', 'circle', 'round'] as const
|
||
|
|
||
|
export type ComponentShape = (typeof componentShapes)[number]
|