UNPKG

@paperbits/core

Version:
10 lines (9 loc) 273 B
import { Contract, Breakpoints } from "@paperbits/common"; export interface ColumnContract extends Contract { size?: Breakpoints; alignment?: Breakpoints; offset?: Breakpoints; overflowX?: string; overflowY?: string; order?: Breakpoints; }