legions-thirdparty-plugin
Version:
8 lines (7 loc) • 531 B
TypeScript
import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentageTuple } from '../types/length-percentage';
export declare 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>;