EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/constants/shape.ts
2025-02-08 18:50:38 +08:00

4 lines
127 B
TypeScript

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