Skip to content

Type Alias: Side ​

ts
type Side = "top" | "right" | "bottom" | "left";

Released under the MIT License.