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