Skip to content

Commit

Permalink
feat: export common component creator
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Jan 11, 2025
1 parent 06414f4 commit da2c176
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1153,5 +1153,15 @@ export function defaultCustomSelect(tableModule: TableUp, picker: QuillThemePick
export default TableUp;
export * from './formats';
export * from './modules';
export { blotName, findParentBlot, findParentBlots, randomId, tableUpEvent, tableUpSize } from './utils';
export {
blotName,
createColorPicker,
createSelectBox,
createTooltip,
findParentBlot,
findParentBlots,
randomId,
tableUpEvent,
tableUpSize,
} from './utils';
export * from './utils/types';

0 comments on commit da2c176

Please sign in to comment.