UNPKG

@symbiotejs/symbiote

Version:

Symbiote.js - zero-dependency close-to-platform frontend library to build super-powered web components

11 lines (8 loc) 276 B
import Symbiote from './Symbiote.js'; export { Symbiote }; export { html } from './html.js'; export { css } from './css.js'; export { PubSub } from './PubSub.js'; export { DICT } from './dictionary.js'; export { animateOut } from './animateOut.js'; export default Symbiote;