Rezi
    Preparing search index...

    Type Alias WidgetTokens

    WidgetTokens: Readonly<
        {
            chart: ChartTokens;
            diff: DiffTokens;
            logs: LogsTokens;
            syntax: SyntaxTokens;
            toast: ToastTokens;
        },
    >

    Extended widget-specific theme tokens.