@jsfkit/types
    Preparing search index...

    Type Alias AutoColor

    Automatic colour choice. The application decides on what exact colour to use. Typically this means black for text, white for background.

    type AutoColor = {
        type: "auto";
    }
    Index

    Properties

    Properties

    type: "auto"