UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

9 lines (8 loc) 338 B
import { TabItem } from './types'; export declare const useActiveTab: (tabs: TabItem[], initialTab?: string | number) => { activeKey: string; setActiveKey: import("react").Dispatch<import("react").SetStateAction<string>>; }; export declare const useBreakpoint: (breakpoints: { [key: string]: number; }) => string | undefined;