6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
// @ts-nocheck
|
|
export * from './common'
|
|
export * from './common/use'
|
|
// #ifndef VUE2
|
|
export * from './utssdk/interface'
|
|
// #endif
|