UNPKG

@spark-web/utils

Version:

--- title: Utilities isExperimentalPackage: true ---

5 lines (4 loc) 270 B
export { forwardRefWithAs } from './forward-ref-with-as'; export { isBoolean, isFunction, isNumber, isString } from './type-check'; export { typedKeys } from './utility-functions'; export type { AssignableRef, ElementTagNameMap, SingleOrArray, } from './utility-types';