Namespaces
LengthPercentUnit
type LengthPercentUnit = {
unit: "%";
value: percent;
};Defined in: core-types/index.ts
Properties
unit
readonly unit: "%";Defined in: core-types/index.ts
value
readonly value: percent;Defined in: core-types/index.ts
- Previous
- LengthDipUnit
- Next
- LengthPxUnit