UNPKG

neos-script

Version:

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

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