UNPKG

@es-react/react

Version:

Hippy react framework

8 lines (7 loc) 243 B
import { HippyTypes } from '../types'; declare let HAIRLINE_WIDTH: number; interface StyleObj { [key: string]: HippyTypes.Style; } declare function create(styleObj: StyleObj): StyleObj; export { HAIRLINE_WIDTH as hairlineWidth, create, };