UNPKG

@corejam/core-components

Version:

Corejam - Core Components

9 lines (8 loc) 190 B
export default { property: "flex-shrink", transform: (value) => { const valids = [0, 1]; if (valids.includes(value)) return value; throw new Error("Prop not valid"); }, };