UNPKG

@draftbit/ui

Version:
8 lines (7 loc) 110 B
export type ResizeModeType = | "cover" | "contain" | "stretch" | "repeat" | "center" | undefined;