FurBall/uni_modules/tuniaoui-vue3/constants/shape.ts

4 lines
127 B
TypeScript

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