UNPKG

neos-script

Version:

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

12 lines 437 B
import { member } from "../../core"; export interface TextCountdownClockInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; CountdownTime?: member<number>; AllowNegative?: member<boolean>; TextTarget?: member<string>; } export declare function TextCountdownClock(props: TextCountdownClockInput): any; //# sourceMappingURL=TextCountdownClock.d.ts.map