Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

index.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

main module

The main module imported with require('mreframe').

Exports the following items:

  • util – the mreframe/util submodule
  • atom – the mreframe/atom submodule
  • reagent – the mreframe/reagent submodule
  • reFrame – the mreframe/re-frame submodule
  • _init (opts) from re-frame submodule

There's also jsx-runtime which isn't included in main module (it implements JSX support).