import { useTimePicker } from '../../behaviors/picker/time/time'; Component({ behaviors: [useTimePicker], options: { addGlobalClass: true, multipleSlots: true, }, properties: { pickerClass: { type: String, value: '', }, color: { type: String, value: 'black', }, }, data: {}, methods: {}, });