LayoutPreset: {
    bleed?: BleedDeltaUpdate;
    duration?: number;
    height: string;
    intent: LayoutIntent;
    name: string;
    unit: MeasurementUnit;
    width: string;
}

Type declaration