@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
9 lines (8 loc) • 519 B
TypeScript
import { Track } from '../src/audio-player.component';
import * as i0 from "@angular/core";
export declare class TrackInfoComponent {
currentTrack: import("@angular/core").InputSignal<Track | undefined>;
iconMusicNote: string;
static ɵfac: i0.ɵɵFactoryDeclaration<TrackInfoComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TrackInfoComponent, "st-track-info", never, { "currentTrack": { "alias": "currentTrack"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}