aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js
blob: 122c215f2a9d01ec5abef212d331986c3076fcbf (plain) (blame)
1
2
3
4
5
6
7
8
export * from "../node_modules/preact/dist/preact.module.js";

import { h } from "../node_modules/preact/dist/preact.module.js";
import htm from "../node_modules/htm/dist/htm.module.js";
export const html = htm.bind(h);

import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.es.js";
export { linkifyjs };