UNPKG

@tuniao/tnui-vue3-uniapp

Version:
5 lines (3 loc) 200 B
export const checkboxCheckedShapes = ['square', 'circle'] as const export type CheckboxCheckedShape = (typeof checkboxCheckedShapes)[number] export type CheckboxValueType = string | number | boolean