Type Definition style::values::computed::PositiveIntegerOrAuto [] [src]

type PositiveIntegerOrAuto = Either<PositiveInteger, Auto>;

PositiveInteger | auto