silverbullet/web/deps.ts

20 lines
575 B
TypeScript
Raw Normal View History

export * from "../common/deps.ts";
export { Fragment, h, render as preactRender } from "preact";
export type { ComponentChildren, FunctionalComponent } from "preact";
export {
useEffect,
useReducer,
useRef,
useState,
} from "https://esm.sh/preact@10.11.1/hooks";
2024-01-25 18:42:36 +08:00
export * as featherIcons from "https://esm.sh/preact-feather@4.2.1?external=preact";
2022-10-26 00:50:07 +08:00
2022-12-15 20:23:49 +08:00
// Vim mode
export {
getCM as vimGetCm,
Vim,
vim,
2023-05-26 20:25:24 +08:00
} from "https://esm.sh/@replit/codemirror-vim@6.0.14?external=@codemirror/state,@codemirror/language,@codemirror/view,@codemirror/search,@codemirror/commands";