package.lib.TabContext.d.ts Maven / Gradle / Ivy
///
import type { Tab } from './interface';
export interface TabContextProps {
tabs: Tab[];
prefixCls: string;
}
declare const _default: import("react").Context;
export default _default;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy