export IPropertiesOptions for use by other libraries or code using docx library (#2979)
* export IPropertiesOptions for use by other libraries or code using docx library * fixes #2978: export OutputTypes * Export file in main index file * Move type export to inside --------- Co-authored-by: Dolan Miu <dolan_miu@hotmail.com>
This commit is contained in:
@ -21,3 +21,4 @@ export * from "./vertical-align";
|
||||
export * from "./checkbox";
|
||||
export * from "./fonts";
|
||||
export * from "./textbox";
|
||||
export { type IPropertiesOptions } from "./core-properties";
|
||||
|
@ -1,2 +1,3 @@
|
||||
export * from "./convenience-functions";
|
||||
export * from "./values";
|
||||
export type * from "./output-type";
|
||||
|
Reference in New Issue
Block a user