UNPKG

webforai

Version:

A library that provides a web interface for AI

5 lines (4 loc) 141 B
import { type Handle } from "hast-util-to-mdast"; export declare const customImgHandler: (options?: { hideImage?: boolean; }) => Handle;