UNPKG

react-native-bouncy-checkbox

Version:

Fully customizable animated bouncy checkbox for React Native

5 lines (4 loc) 248 B
type Callback = (value?: any) => void; type DispatchWithCallback = (value: any, callback?: Callback) => void; declare function useStateWithCallback(initialState: any | (() => any)): [any, DispatchWithCallback]; export default useStateWithCallback;