File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- export { IComponent } from ' ./interfaces/IComponent'
2- export { KeyCodes } from ' ./events/KeyCodes'
3- export { ApplicationEvents } from ' ./events/ApplicationEvents'
4- export { conversions } from ' ./conversions'
5- export { Dimensions } from ' ./types/CommonTypes'
6- export * from ' ./util/DomDataExtraction'
1+ export { IComponent } from " ./interfaces/IComponent"
2+ export { KeyCodes } from " ./events/KeyCodes"
3+ export { ApplicationEvents } from " ./events/ApplicationEvents"
4+ export { conversions } from " ./conversions"
5+ export { Dimensions , OptionalDimensions } from " ./types/CommonTypes"
6+ export * from " ./util/DomDataExtraction"
Original file line number Diff line number Diff line change 11{
22 "name" : " vanilla-typescript" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " " ,
55 "main" : " index.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments