UNPKG

z-react-ui

Version:

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

5 lines (4 loc) 222 B
export declare function isURL(url: string): boolean; export declare function hasImgSuffix(str: string): boolean; export declare function isBase64(str: string): boolean; export declare function isImg(str: string): boolean;