UNPKG

react-native-bouncy-checkbox

Version:

Fully customizable animated bouncy checkbox for React Native

5 lines (4 loc) 314 B
import React from "react"; import { BouncyCheckboxHandle, BouncyCheckboxProps } from "./BouncyCheckbox.type"; declare const _default: React.ForwardRefExoticComponent<Omit<BouncyCheckboxProps & React.RefAttributes<BouncyCheckboxHandle>, "ref"> & React.RefAttributes<BouncyCheckboxHandle>>; export default _default;