UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 338 B
import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor"; import { Type } from "./type"; /** * @hidden */ export declare class CssLengthArrayPropertyAccessor extends UIElementPropertyAccessor { static $t: Type; constructor(a: string); d: string; b(a: any): any; c(a: any, b: any): void; }