UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 217 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIBoxSizing { BorderBox = 0, ContentBox = 1 } /** * @hidden */ export declare let NativeUIBoxSizing_$type: Type;