web-input-material 0.0.435 → 0.0.437

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@
17
17
  endregion
18
18
  */
19
19
  // region imports
20
- import {boolean, string} from 'clientnode/property-types'
20
+ import {boolean, string} from 'clientnode/dist/property-types'
21
21
  import Interval from 'react-input-material/dist/components/Interval'
22
22
  import wrapAsWebComponent from 'web-component-wrapper'
23
23
  import {WebComponentAPI} from 'web-component-wrapper/type'
@@ -45,7 +45,3 @@ export const GenericInterval:WebComponentAPI<typeof Interval> =
45
45
  )
46
46
 
47
47
  export default GenericInterval
48
- // region vim modline
49
- // vim: set tabstop=4 shiftwidth=4 expandtab:
50
- // vim: foldmethod=marker foldmarker=region,endregion:
51
- // endregion