neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
11 lines • 407 B
TypeScript
import { member } from "../../../../core";
export interface BoundingBoxPropertiesInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Bounds?: member<any>;
}
export declare function BoundingBoxProperties(props: BoundingBoxPropertiesInput): any;
//# sourceMappingURL=BoundingBoxProperties.d.ts.map