UNPKG

neos-script

Version:

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

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