HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/design.system/node_modules/antd/lib/cascader/style/index.d.ts
import type { CSSProperties } from 'react';
import type { FullToken, GlobalToken } from '../../theme/internal';
export interface ComponentToken {
    /**
     * @desc 选择器宽度
     * @descEN Width of Cascader
     */
    controlWidth: number | string;
    /**
     * @desc 选项宽度
     * @descEN Width of item
     */
    controlItemWidth: number | string;
    /**
     * @desc 下拉菜单高度
     * @descEN Height of dropdown
     */
    dropdownHeight: number | string;
    /**
     * @desc 选项选中时背景色
     * @descEN Background color of selected item
     */
    optionSelectedBg: string;
    /**
     * @desc 选项选中时文本颜色
     * @descEN Text color when option is selected
     */
    optionSelectedColor: string;
    /**
     * @desc 选项选中时字重
     * @descEN Font weight of selected item
     */
    optionSelectedFontWeight: CSSProperties['fontWeight'];
    /**
     * @desc 选项内间距
     * @descEN Padding of menu item
     */
    optionPadding: CSSProperties['padding'];
    /**
     * @desc 选项菜单(单列)内间距
     * @descEN Padding of menu item (single column)
     */
    menuPadding: CSSProperties['padding'];
}
export type CascaderToken = FullToken<'Cascader'>;
export declare const prepareComponentToken: (token: GlobalToken) => {
    controlWidth: number;
    controlItemWidth: number;
    dropdownHeight: number;
    optionSelectedBg: string;
    optionSelectedFontWeight: number;
    optionPadding: string;
    menuPadding: number;
    optionSelectedColor: string;
};
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
export default _default;