Files
DefinitelyTyped/types/mithril/withAttr.d.ts

4 lines
110 B
TypeScript

import { withAttr as _withAttr } from "mithril";
declare const withAttr: typeof _withAttr;
export = withAttr;