UNPKG

react-native-draggable-flatlist

Version:
9 lines (8 loc) 248 B
import React from "react"; declare type Props = { isActive: boolean; children: React.ReactNode; }; export default function CellProvider({ isActive, children }: Props): JSX.Element; export declare function useIsActive(): boolean; export {};