4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
// @ts-nocheck
|
|
export * from './components/l-picker/type'
|
|
|
|
export type PickerValue = any;//string | number; |