Jesus sucks
This commit is contained in:
13
backend/frontend/node_modules/@restart/ui/esm/TabContext.d.ts
generated
vendored
Normal file
13
backend/frontend/node_modules/@restart/ui/esm/TabContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import { EventKey, SelectCallback, TransitionComponent } from './types';
|
||||
export interface TabContextType {
|
||||
onSelect: SelectCallback;
|
||||
activeKey?: EventKey;
|
||||
transition?: TransitionComponent;
|
||||
mountOnEnter: boolean;
|
||||
unmountOnExit: boolean;
|
||||
getControlledId: (key: EventKey) => any;
|
||||
getControllerId: (key: EventKey) => any;
|
||||
}
|
||||
declare const TabContext: React.Context<TabContextType | null>;
|
||||
export default TabContext;
|
||||
Reference in New Issue
Block a user