tekivex-ui 3.2.0 → 3.3.0

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.
package/dist/index.d.ts CHANGED
@@ -153,3 +153,5 @@ export { TkxHolographicSurface, TkxHolographicCard, TkxHolographicAvatar, TkxHol
153
153
  export type { TkxHolographicSurfaceProps, TkxHolographicCardProps, TkxHolographicAvatarProps, TkxHolographicBadgeProps, TkxHolographicButtonProps, } from './src/components/TkxHolographic';
154
154
  export { TkxKanban } from './src/components/TkxKanban';
155
155
  export type { TkxKanbanProps, TkxKanbanCard, TkxKanbanColumn, TkxKanbanReorderEvent, } from './src/components/TkxKanban';
156
+ export { TkxRichEditor } from './src/components/TkxRichEditor';
157
+ export type { TkxRichEditorProps, TkxRichEditorHandle } from './src/components/TkxRichEditor';