@jinli6386/element 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,8 @@ import { default as Tooltip } from './components/Tooltip';
7
7
  import { createMessage, closeAll } from './components/Message';
8
8
  declare const install: (app: App) => void;
9
9
  export { install, Button, Button as JlButton, Dropdown, Dropdown as JlDropdown, Icon, Icon as JlIcon, Collapse, Collapse as JlCollapse, CollapseItem, CollapseItem as JlCollapseItem, Tooltip, Tooltip as JlTooltip, createMessage, closeAll, };
10
+ export { useLocale, setLocale, zhCn, en } from './locale';
11
+ export type { Language, TranslatePair } from './locale/types';
10
12
  declare const _default: {
11
13
  install: (app: App) => void;
12
14
  };