umd-styles-library
    Preparing search index...

    Interface SecondaryOptions

    Options for secondary action style variants

    1.7.0

    interface SecondaryOptions {
        color?: "default" | "white" | "gold";
        size?: "normal" | "large";
    }
    Index

    Properties

    Properties

    color?: "default" | "white" | "gold"
    size?: "normal" | "large"