UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 288 B
import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor"; import { Type } from "./type"; /** * @hidden */ export declare class CssCursorPropertyAccessor extends UIElementPropertyAccessor { static $t: Type; b(a: any): any; c(a: any, b: any): void; }