umd-styles-library
    Preparing search index...

    Interface OutlineOptions

    Options for outline action style variants

    1.7.0

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

    Properties

    Properties

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