mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
- Fix problemi rilevati da ESLint (per togliere alcune regole commentate) - Spostati i tipi nella cartella typings - Aggiunti alcuni alias per la cartella resources
11 lines
289 B
TypeScript
11 lines
289 B
TypeScript
// noinspection JSUnusedGlobalSymbols
|
|
|
|
declare module 'mithril-node-render' {
|
|
import m from 'mithril';
|
|
|
|
export const escapeText: string;
|
|
export const escapeAttribute: string;
|
|
export default function render(vnode: m.Vnode): string;
|
|
export function sync(vnode: m.Vnode): string;
|
|
}
|