UNPKG

dora-ui

Version:

A React.js Mobile UI Library

5 lines (4 loc) 264 B
export declare const isBrowser: boolean; export { isType, isUndefined, isArray, isString, isFunction, isNumber, isBoolean, isNull, } from './isType'; export { withDefaultProps, createPropsGetter } from './withDefaultProps'; export { stopBodyScroll } from './dom';