@resin-js/core
Version:
A lightweight reactive library for enhancing native web development. Resin provides reactivity, and aims to remove common pain points found in vanilla JavaScript web development.
4 lines • 372 B
TypeScript
export { bind, bindAttr, bindClass, bindInnerText, bindVisibility } from './bind';
export { resin, batch, computed, select, derive, watchEffect, subscribe } from './resin';
export { EffectFunction, Resin, ResinError, DeriveOptions, ArrayMethods, ResinOptions, BindOptions, ResinArray, ResinMap, EventType, EventHandler } from './types';
//# sourceMappingURL=index.d.ts.map