UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

7 lines (6 loc) 313 B
import React from 'react'; export interface TabControllerImperativeMethods { setTab: (index: number) => void; } declare const useImperativeTabControllerHandle: (ref: React.Ref<TabControllerImperativeMethods>, setCurrentIndex: (index: number) => void) => void; export default useImperativeTabControllerHandle;