first commit
This commit is contained in:
8
frontend/node_modules/rc-tabs/lib/TabContext.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-tabs/lib/TabContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="react" />
|
||||
import type { Tab } from './interface';
|
||||
export interface TabContextProps {
|
||||
tabs: Tab[];
|
||||
prefixCls: string;
|
||||
}
|
||||
declare const _default: import("react").Context<TabContextProps>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user