All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.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