@ngx-telly/plugin-timecode
Version:
Telly - SMPTE timecode plugin
12 lines (11 loc) • 582 B
TypeScript
import { TellyTimecodeDirective } from '../../directives/timecode.directive';
import * as i0 from "@angular/core";
export declare class StepForwardComponent {
icon: string;
size: string;
directive: TellyTimecodeDirective;
title: string;
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StepForwardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StepForwardComponent, "telly-step-forward", never, { "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}