@zhishinet-types/react-onsenui
v0.2.1
Published
TypeScript definitions for React OnSenui (react-onsenui), based on @types/[email protected]
Downloads
11
Readme
Installation
npm install --save @zhishinet-types/react-onsenui
Summary
This package contains type definitions for React OnSenui (react-onsenui) (https://onsen.io/v2/docs/guide/react/).
Match [email protected] and [email protected]
Details
Files were exported from https://www.github.com/snipking/react-onsenui-types-hotfix
Extends from @types/[email protected]
which files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-onsenui
Add:
- All components add HtmlProps support
ActionSheet
andActionSheetButton
componentList.renderRow
function supportrow
andindex
parameterNavigator.renderPage
function supportroute
andnavigator
parameterToast
componentPullHook
componentSpeedDial
ComponentSpeedDialItem
ComponentCheckbox
ComponentModal
Page
Popover
... addonDeviceBackButton
functionSegment
ComponentListTitle
Component- Fix component event handle function parameter loss
- Fix some type error
- Fix component onChange event error
- Fix navigator methods option parameters
How to use
Change tsconfig.json
and set react-onsenui
module reference node_modules/@zhishinet-types/react-onsenui
in path like
{
"compilerOptions": {
...
"baseUrl": ".",
"paths": {
"*": ["node_modules/@zhishinet-types/*"]
}
}
}
Reference for TypeScript module resolution TypeScript 2: custom typings for untyped npm module
Credits
These definitions were written by Ozytis https://ozytis.fr. Hotfix by Derek.Chia [email protected]