UNPKG

ovuse

Version:

WPF-inspired Web UI framework

10 lines (9 loc) 400 B
import { TextBlock } from '.'; import { DependencyProperty } from '../.'; export declare class Label extends TextBlock { private _label; protected createElement(elementContainer: HTMLElement): HTMLElement; static htmlForProperty: DependencyProperty; htmlFor: string; protected onDependencyPropertyChanged(property: DependencyProperty, value: any, oldValue: any): void; }