Skip to content

Commit

Permalink
fix(text): add export to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Oct 10, 2023
1 parent 6e50ce9 commit 5e63f1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type { OdsTextAttribute } from './interfaces/attributes'
export { ODS_TEXT_LEVEL, ODS_TEXT_LEVELS } from './constants/text-level';
export { ODS_TEXT_SIZE, ODS_TEXT_SIZES } from './constants/text-size';
export { ODS_TEXT_COLOR_INTENT, ODS_TEXT_COLOR_INTENTS, ODS_TEXT_COLOR_HUE, ODS_TEXT_COLOR_HUES } from './constants/text-color';
export { OsdsText } from './osds-text';

0 comments on commit 5e63f1a

Please sign in to comment.