UNPKG

react-native-bouncy-checkbox

Version:

Fully customizable animated bouncy checkbox for React Native

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