UNPKG

@paperbits/core

Version:
6 lines (5 loc) 166 B
import { Contract, Breakpoints } from "@paperbits/common"; export interface RowContract extends Contract { justify?: Breakpoints; align?: Breakpoints; }