yarcl
    Preparing search index...

    Interface ApplyThemeOptions

    Options for applyTheme.

    interface ApplyThemeOptions {
        onWarning?: (message: string) => void;
    }
    Index
    onWarning?: (message: string) => void

    Receives contrast warnings for the theme's colors.