Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/antd/es/tabs/TabBar.d.ts
generated
vendored
Normal file
11
web/node_modules/antd/es/tabs/TabBar.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { TabsProps } from './index';
|
||||
import { ConfigConsumerProps } from '../config-provider';
|
||||
export default class TabBar extends React.Component<TabsProps> {
|
||||
static defaultProps: {
|
||||
animated: boolean;
|
||||
type: "line" | "card" | "editable-card" | undefined;
|
||||
};
|
||||
renderTabBar: ({ direction }: ConfigConsumerProps) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
|
||||
render(): JSX.Element;
|
||||
}
|
||||
Reference in New Issue
Block a user