/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Padding { /** * The top padding of the cell. */ top: number; /** * The right padding of the cell. */ right: number; /** * The bottom padding of the cell. */ bottom: number; /** * The left padding of the cell. */ left: number; } //# sourceMappingURL=Padding.d.ts.map