import { Margin } from './margin.interface';

/**
 * The padding size for each side.
 */
export interface Padding extends Margin {
}
