export type SpacerProps = { /** * The amount of spacing to apply to the spacer. * @see https://eds.equinor.com/0b0c666ab/p/721e1f-spacing/b/0899da */ amount?: "small" | "medium" | "large"; };