UNPKG

react-sled

Version:

react-sled is a carousel made with react-spring.

7 lines (6 loc) 189 B
import { TSelect } from "../../state/types-defaults"; interface IReturn { (): void; } declare const onClickFunction: (select: TSelect) => IReturn; export default onClickFunction;