@ly-js/ui
Version:
`@ly-js/ui` 是基于`vue3`常用库,会在`@ly-js/element`、`@ly-js/vant`中引入
7 lines (6 loc) • 351 B
TypeScript
import type { Plugin } from 'vue';
import CommonMixin from './src';
export { CommonMixin };
declare const _default: import("vue").ComponentOptionsBase<{}, any, any, any, any, any, any, any, string, {}> & ThisType<any> & Plugin;
export default _default;
export { setFormatSelectOptions, formatSelect, setBaseUrl, getBaseUrl, getFullUrl } from './src';