UNPKG

vega-typings

Version:
9 lines (8 loc) 214 B
export type AutoSizeType = 'pad' | 'fit' | 'fit-x' | 'fit-y' | 'none'; export type AutoSize = | AutoSizeType | { type: AutoSizeType; resize?: boolean; contains?: 'content' | 'padding'; };