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.

10 lines
496 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, options?: import("element-plus/es/components/config-provider").ConfigProviderContext) => void;
  8. export declare const version: string;
  9. export default installer;
  10. export { default as dayjs } from 'dayjs';