版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

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