export type OffsetType = number | 'auto'; export type OffsetShorthandType = [OffsetType, OffsetType, OffsetType, OffsetType] | [OffsetType, OffsetType, OffsetType] | [OffsetType, OffsetType] | [OffsetType]; export type GapOffsetShorthandType = [number, number] | [number];