UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

7 lines (6 loc) 223 B
import { InjectionToken } from '@angular/core'; /** * Used to provide a slider to some of the sub-components without causing a circular dependency. * @docs-private */ export declare const LY_SLIDER: InjectionToken<any>;