Skip to content

Commit

Permalink
feat(text): export attribute interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Jul 25, 2023
1 parent e687a8d commit 3c0f1c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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 { OsdsText } from './osds-text';

0 comments on commit 3c0f1c6

Please sign in to comment.