Interface RemainingTimeDisplayComponentDependencies

interface RemainingTimeDisplayComponentDependencies {
    componentOptions: RemainingTimeDisplayComponentOptions;
    name: string;
    type?: string;
}

Hierarchy (view full)

Properties

name: string
type?: string