UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

8 lines (7 loc) 246 B
/// <reference types="react" /> interface TabbarContextProps { value?: string | number; onItemClick?: (value?: any) => void; } declare const TabbarContext: import("react").Context<TabbarContextProps>; export default TabbarContext;