UNPKG

gather-content-ui

Version:
5 lines 226 B
import React from "react"; declare const TabContext: React.Context<{}>; declare function Tab({ children, id, index }: any): import("react/jsx-runtime").JSX.Element; export { Tab, TabContext }; //# sourceMappingURL=Tab.d.ts.map