Type Alias EdgeStyle

EdgeStyle:
    | "none"
    | "dropshadow"
    | "raised"
    | "depressed"
    | "uniform"

The style of the edge, represented by a value from the following list:
- 'none'
- 'dropshadow'
- 'raised'
- 'depressed'
- 'uniform'