@hasen-ts/vlens
Version:
Data Centric Routing & Rendering Mini-Framework
23 lines (22 loc) • 393 B
text/typescript
export {
initRoutes,
routeHandler,
scheduleRedraw,
} from './core';
export {
declareHook,
get as cacheGet,
fn as cacheFn,
byId as cacheById,
partial as cachePartial,
} from './cache';
export {
cls as cssClass,
block as cssBlock,
type RuleDefinition as CSSRule,
} from './css';
export {
get as refGet,
set as refSet,
ref,
} from './refs'