ng-fancy-gui
Version:
This package contains components, for creating userinterfaces in a Angular app.
12 lines (11 loc) • 362 B
TypeScript
import { SliderInfiniteComponent } from '../slider-infinite.component';
export declare class HorizontalLine {
private thikness;
private height;
x: any;
private y;
private value;
private rotationSlider;
constructor(thikness: any, height: any, x: any, y: any, value: any, rotationSlider: SliderInfiniteComponent);
render(): void;
}