@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface HelpComponentProps

    interface HelpComponentProps {
        absolute: boolean;
        color: string;
        fontSize: string;
        icon: string;
        maxWidth: string;
        position: any;
        showIndex: boolean;
        text: any;
    }
    Index

    Properties

    absolute: boolean

    绝对定位

    color: string

    颜色

    fontSize: string

    字体大小

    icon: string

    图标

    maxWidth: string

    最大宽度

    position: any

    定位

    showIndex: boolean

    是否显示序列号

    text: any

    文本列表