take-shot
Version:
Screenshots with JavaScript
8 lines (7 loc) • 516 B
TypeScript
import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentageTuple } from '../types/length-percentage';
export type BorderRadius = LengthPercentageTuple;
export declare const borderTopLeftRadius: IPropertyListDescriptor<BorderRadius>;
export declare const borderTopRightRadius: IPropertyListDescriptor<BorderRadius>;
export declare const borderBottomRightRadius: IPropertyListDescriptor<BorderRadius>;
export declare const borderBottomLeftRadius: IPropertyListDescriptor<BorderRadius>;