Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Use ES5 export style (to prevent exports.default)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2021
1 parent c021cc9 commit cdf3129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select-list-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type EtchScheduler = any

import { SelectListProperties } from './select-list-properties'

export default class SelectListView {
module.exports = class SelectListView {
/** When creating a new instance of a select list, or when calling `update` on an existing one,
you can supply an object with the typeof SelectListProperties */
props: SelectListProperties
Expand Down

0 comments on commit cdf3129

Please sign in to comment.