UNPKG

gather-content-ui

Version:
10 lines 332 B
import React from "react"; declare const TabsRowContext: React.Context<{}>; declare function TabsRow({ children, colCount }: any): import("react/jsx-runtime").JSX.Element; declare namespace TabsRow { var defaultProps: { colCount: number; }; } export { TabsRow, TabsRowContext }; //# sourceMappingURL=TabsRow.d.ts.map