UNPKG

@tuniao/tnui-vue3-uniapp

Version:
11 lines (9 loc) 171 B
export const componentTypes = [ '', 'primary', 'success', 'warning', 'danger', 'info', ] as const export type ComponentType = (typeof componentTypes)[number]