版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
504 B

  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';