@fesjs/fes-design
Version:
fes-design for PC
15 lines (14 loc) • 573 B
TypeScript
import type { InjectionKey } from 'vue';
import type { TransferInjection } from './interface';
export declare const COMPONENT_NAME = "FTransfer";
export declare const COMPONENT_CLASS: string;
export declare const COMPONENT_ONE_WAY_CLASS: string;
export declare const COMPONENT_TWO_WAY_CLASS: string;
export declare const TRANSFER_INJECT_KEY: InjectionKey<TransferInjection>;
/** 与 less 中的变量对应 */
export declare const TransferStyle: {
PANEL_PADDING: number;
PANEL_HEADER_HEIGHT: number;
PANEL_FILTER_HEIGHT: number;
PANEL_BLOCK_GAP: number;
};