Closed SferaDev closed 1 year ago
We are using the public ParsedComponents type, however in https://github.com/wanasit/chrono/commit/feb250d3ca44ff30efb59d62440e576496434d8f when the interfaces where moved parsing.ts and later to types.ts, ParsedComponents was not re-exported again.
ParsedComponents
parsing.ts
types.ts
There are other interfaces that went private with that change, up to you to decide which ones you want to re-export.
Thanks both of you.
We are using the public
ParsedComponents
type, however in https://github.com/wanasit/chrono/commit/feb250d3ca44ff30efb59d62440e576496434d8f when the interfaces where movedparsing.ts
and later totypes.ts
,ParsedComponents
was not re-exported again.There are other interfaces that went private with that change, up to you to decide which ones you want to re-export.