Taos API Reference
    Preparing search index...

    Interface ButtonStyle

    interface ButtonStyle {
        background?: string;
        borderColor?: string;
        color?: string;
        fontSize?: string;
    }
    Index

    Properties

    background?: string
    borderColor?: string
    color?: string
    fontSize?: string