UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

22 lines (14 loc) 215 B
# @svgr/babel-preset ## Install ``` npm install --save-dev @svgr/babel-preset ``` ## Usage **.babelrc** ```json { "presets": [["@svgr/babel-preset", { "svgProps": { "width": 200 } }]] } ``` ## License MIT