neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
14 lines • 509 B
TypeScript
import { member } from "../../../core";
export interface TutorialItemPartInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
Tags?: member<any>;
LabelPointReference?: member<any>;
LabelContentReference?: member<any>;
_currentLabelContent?: member<any>;
_currentLabelMesh?: member<any>;
}
export declare function TutorialItemPart(props: TutorialItemPartInput): any;
//# sourceMappingURL=TutorialItemPart.d.ts.map