neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
18 lines • 589 B
TypeScript
import { member } from "../../core";
export interface RadiantDashButtonInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
Dash?: member<any>;
Screen?: member<any>;
_switchingEnabled?: member<any>;
_currentScreen?: member<any>;
_button?: member<any>;
_text?: member<any>;
_icon?: member<any>;
_rootRect?: member<any>;
_iconRect?: member<any>;
}
export declare function RadiantDashButton(props: RadiantDashButtonInput): any;
//# sourceMappingURL=RadiantDashButton.d.ts.map