版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 504 B

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