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/skeleton/style/index.d.ts
import type { GetDefaultToken } from '../../theme/internal';
export interface ComponentToken {
    /** @deprecated use gradientFromColor instead. */
    color: string;
    /** @deprecated use gradientToColor instead. */
    colorGradientEnd: string;
    /**
     * @desc 渐变色起点颜色
     * @descEN Start color of gradient
     */
    gradientFromColor: string;
    /**
     * @desc 渐变色终点颜色
     * @descEN End color of gradient
     */
    gradientToColor: string;
    /**
     * @desc 标题骨架屏高度
     * @descEN Height of title skeleton
     */
    titleHeight: number | string;
    /**
     * @desc 骨架屏圆角
     * @descEN Border radius of skeleton
     */
    blockRadius: number;
    /**
     * @desc 段落骨架屏上间距
     * @descEN Margin top of paragraph skeleton
     */
    paragraphMarginTop: number;
    /**
     * @desc 段落骨架屏单行高度
     * @descEN Line height of paragraph skeleton
     */
    paragraphLiHeight: number;
}
export declare const prepareComponentToken: GetDefaultToken<'Skeleton'>;
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
export default _default;