igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 403 B
TypeScript
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;
}