export interface YunzaiOnboardingConfig {
    /** 文字方向 */
    direction?: 'ltr' | 'rtl';
}
