gather-content-ui
Version:
GatherContent UI Library
10 lines • 332 B
TypeScript
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