ksylvest/tights

View on GitHub
src/types/alignment.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Alignment = "left" | "centered" | "right";