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 ReactFileInput from 'react-input-material/dist/components/FileInput'
22
22
  import wrapAsWebComponent from 'web-component-wrapper'
23
23
  import {WebComponentAPI} from 'web-component-wrapper/type'
@@ -52,7 +52,3 @@ export const FileInput:WebComponentAPI<typeof ReactFileInput> =
52
52
  )
53
53
 
54
54
  export default FileInput
55
- // region vim modline
56
- // vim: set tabstop=4 shiftwidth=4 expandtab:
57
- // vim: foldmethod=marker foldmarker=region,endregion:
58
- // endregion