Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 965 Bytes

_lib_index_d_.applebuttonstyle.md

File metadata and controls

53 lines (28 loc) · 965 Bytes

Enumeration: AppleButtonStyle

The Button style (mainly color) to render.

Index

Enumeration members

Enumeration members

BLACK

BLACK: = "Black"

Defined in lib/index.d.ts:73

Render a black button with white text.


DEFAULT

DEFAULT: = "White"

Defined in lib/index.d.ts:58

The default style, White.


WHITE

WHITE: = "White"

Defined in lib/index.d.ts:63

Render a white button with black text.


WHITE_OUTLINE

WHITE_OUTLINE: = "WhiteOutline"

Defined in lib/index.d.ts:68

Render a white button with black text and a bordered outline.