default: {
    token: {
        borderRadius: number;
        colorBgLayout: string;
        colorLink: string;
        colorPrimary: string;
        colorText: string;
        fontFamily: string;
    };
} = ...

Type declaration

  • token: {
        borderRadius: number;
        colorBgLayout: string;
        colorLink: string;
        colorPrimary: string;
        colorText: string;
        fontFamily: string;
    }