UNPKG

igniteui-react-core

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