Skip to content

Theemo / @theemo/tokens / CubicBezierValue

Type: CubicBezierValue

ts
type CubicBezierValue: [number, number, number, number];

Represents a cubic bezier

See

DTCG Spec

Source

packages/@theemo/tokens/src/token-types.ts:104