UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

8 lines 291 B
import { Dispatch, SetStateAction } from "react"; export type SwapContextT = { keys: string[]; activeKey: string; setActiveKey: Dispatch<SetStateAction<string>>; }; export declare const SwapContext: import("react").Context<SwapContextT>; //# sourceMappingURL=SwapContext.d.ts.map