UNPKG

neos-script

Version:

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

16 lines 542 B
import { member } from "../../core"; export interface TextExpandIndicatorInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Text?: member<string>; SectionRoot?: member<any>; ChildrenRoot?: member<any>; Closed?: member<any>; Opened?: member<any>; Empty?: member<any>; CustomEmptyCheck?: member<any>; } export declare function TextExpandIndicator(props: TextExpandIndicatorInput): any; //# sourceMappingURL=TextExpandIndicator.d.ts.map