UNPKG

preact

Version:

Fast 3kb React-compatible Virtual DOM library.

13 lines (9 loc) 217 B
import { initDebug } from './debug'; import 'preact/devtools'; initDebug(); export { resetPropWarnings } from './check-props'; export { getCurrentVNode, getDisplayName, getOwnerStack } from './component-stack';