9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type LengthPercentUnit = {
  unit: "%";
  value: percent;
};

Defined in: core-types/index.ts

Properties

unit

ts
readonly unit: "%";

Defined in: core-types/index.ts


value

ts
readonly value: percent;

Defined in: core-types/index.ts