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
11 lines
504 B
import installer from './defaults';
|
|
export * from 'element-plus/es/components';
|
|
export * from 'element-plus/es/constants';
|
|
export * from 'element-plus/es/directives';
|
|
export * from 'element-plus/es/hooks';
|
|
export * from './make-installer';
|
|
export declare const install: (app: import("vue").App<any>, options?: Partial<import("element-plus/es/components").ConfigProviderProps> | undefined) => void;
|
|
export declare const version: string;
|
|
export default installer;
|
|
export { default as dayjs } from 'dayjs';
|