@reinosoft-ui/core 0.1.55 → 0.1.57

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.
@@ -1,3 +1,5 @@
1
1
  import Editor from './Editor.vue';
2
2
  export { Editor };
3
+ export type { EditorButton, IconType } from './types';
4
+ export type { EditorApi } from './useEditor';
3
5
  export default Editor;
package/dist/index.d.ts CHANGED
@@ -22,6 +22,8 @@ export { default as Breadcrumb } from './components/Breadcrumb/Breadcrumb.vue';
22
22
  export { default as RadioButton } from './components/RadioButton/RadioButton.vue';
23
23
  export { default as Autocomplete } from './components/Autocomplete/Autocomplete.vue';
24
24
  export { ToastPlugin, ToastViewport, toast } from './components/Toast';
25
+ export type { EditorApi } from './components/Editor/useEditor';
26
+ export type { EditorButton, IconType } from './components/Editor';
25
27
  export type { Toast, ToastVariant } from './components/Toast';
26
28
  export type { OptionDefinition } from './components/Select/types';
27
29
  export type { PasswordRule } from './components/PasswordValidator/PasswordValidator';