Type Alias StylerOptionBeta

StylerOption: {
    description: string;
    name: string;
}

Type representing an option for a styler.

Type declaration

  • Betadescription: string

    The description of the styler option.

  • Betaname: string

    The name of the styler option.