Skip to content

Commit

Permalink
fix(Title): export all constants from Title (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari authored Jan 14, 2025
1 parent a291d73 commit 9ce38b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Title/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './Title';
export {default as pluginTitle} from './Title';
export {PluginTitleSize, TitleFontParams} from './types';
export {TITLE_DEFAULT_SIZES} from './constants';
export * from './constants';

0 comments on commit 9ce38b0

Please sign in to comment.