UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

9 lines 296 B
import { member } from "../../core"; export interface SpawnerTipInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; } export declare function SpawnerTip(props: SpawnerTipInput): any; //# sourceMappingURL=SpawnerTip.d.ts.map