UNPKG

take-shot

Version:
8 lines (7 loc) 516 B
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>;