Latest updates from IceHrmPro
This commit is contained in:
15
web/node_modules/antd/es/transfer/operation.d.ts
generated
vendored
Normal file
15
web/node_modules/antd/es/transfer/operation.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as React from 'react';
|
||||
export interface TransferOperationProps {
|
||||
className?: string;
|
||||
leftArrowText?: string;
|
||||
rightArrowText?: string;
|
||||
moveToLeft?: React.MouseEventHandler<HTMLButtonElement>;
|
||||
moveToRight?: React.MouseEventHandler<HTMLButtonElement>;
|
||||
leftActive?: boolean;
|
||||
rightActive?: boolean;
|
||||
style?: React.CSSProperties;
|
||||
disabled?: boolean;
|
||||
direction?: 'ltr' | 'rtl';
|
||||
}
|
||||
declare const Operation: ({ disabled, moveToLeft, moveToRight, leftArrowText, rightArrowText, leftActive, rightActive, className, style, direction, }: TransferOperationProps) => JSX.Element;
|
||||
export default Operation;
|
||||
Reference in New Issue
Block a user