UNPKG

neos-script

Version:

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

13 lines 439 B
import { member } from "../../core"; export interface LightDialogInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _intensitySlider?: member<any>; _shadowStrengthSlider?: member<any>; _closeButton?: member<any>; _style?: member<any>; } export declare function LightDialog(props: LightDialogInput): any; //# sourceMappingURL=LightDialog.d.ts.map