UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 403 B
import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor"; import { Type } from "./type"; /** * @hidden */ export declare class CssCornerRadiusPropertyAccessor extends UIElementPropertyAccessor { static $t: Type; private f; private g; private e; private d; constructor(a: string); h: string; b(a: any): any; c(a: any, b: any): void; }