UNPKG

neos-script

Version:

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

11 lines 360 B
import { member } from "../../../../core"; export interface KeyPressedInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Key?: member<any>; } export declare function KeyPressed(props: KeyPressedInput): any; //# sourceMappingURL=KeyPressed.d.ts.map