minishouyin/node_modules/antd/es/transfer/style/index.d.ts

37 lines
1022 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { GetDefaultToken } from '../../theme/internal';
export interface ComponentToken {
/**
* @desc
* @descEN Width of list
*/
listWidth: number | string;
/**
* @desc
* @descEN Width of large list
*/
listWidthLG: number | string;
/**
* @desc
* @descEN Height of list
*/
listHeight: number | string;
/**
* @desc
* @descEN Height of list item
*/
itemHeight: number | string;
/**
* @desc
* @descEN Vertical padding of list item
*/
itemPaddingBlock: number | string;
/**
* @desc
* @descEN Height of header
*/
headerHeight: number | string;
}
export declare const prepareComponentToken: GetDefaultToken<'Transfer'>;
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
export default _default;