octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
928 stars 157 forks source link

[TS] Show fn optional arg and export interfaces #131

Closed Grohden closed 5 years ago

Grohden commented 5 years ago

Just type fixes

const safeProps: SlidingUpPanelProps = { friction: '10' // error, must be number }