版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
12345678910
  1. import installer from './defaults';
  2. export * from 'element-plus/es/components';
  3. export * from 'element-plus/es/constants';
  4. export * from 'element-plus/es/directives';
  5. export * from 'element-plus/es/hooks';
  6. export * from './make-installer';
  7. export declare const install: (app: import("vue").App<any>, options?: Partial<import("element-plus/es/components").ConfigProviderProps> | undefined) => void;
  8. export declare const version: string;
  9. export default installer;
  10. export { default as dayjs } from 'dayjs';