UNPKG

z-react-ui

Version:

z-react-ui,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

9 lines (8 loc) 257 B
export interface ImgProps { src: string; alt?: string; width?: number; height?: number; } export declare function createImgNode({ src, alt, width, height, }: ImgProps): HTMLImageElement; export declare function createTextNode({}: {}): void;