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