mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
8 lines
116 B
TypeScript
8 lines
116 B
TypeScript
import { Fragment, h } from "preact";
|
|
|
|
export const preactAPI = Object.freeze({
|
|
// Core
|
|
h,
|
|
Fragment
|
|
});
|