take-shot
Version:
Screenshots with JavaScript
6 lines (5 loc) • 357 B
TypeScript
import { IPropertyValueDescriptor } from '../IPropertyDescriptor';
export declare const borderTopWidth: IPropertyValueDescriptor<number>;
export declare const borderRightWidth: IPropertyValueDescriptor<number>;
export declare const borderBottomWidth: IPropertyValueDescriptor<number>;
export declare const borderLeftWidth: IPropertyValueDescriptor<number>;