UNPKG

@aurigma/design-atoms-interfaces

Version:

5 lines (4 loc) 118 B
/** * Copyfitting rules. */ export type OverflowStrategy = "clip" | "fitToWidth" | "fitToBox" | "expandBox" | "fill";