UNPKG

@aurigma/design-atoms-interfaces

Version:

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