umd-styles-library
    Preparing search index...

    Interface LinkOptions

    Options for link style variants

    1.7.0

    interface LinkOptions {
        color?: "red" | "white";
    }
    Index

    Properties

    Properties

    color?: "red" | "white"