UNPKG

@heartlee/element-components

Version:

a component library for Vue 3 base on element-plus. Forked from element-pro-components. 根据业务需求自用,如需使用,请移步官方仓库使用

6 lines (5 loc) 126 B
/** * Check the integrity of the url * @param url checkUrl */ export declare function checkUrl(url: string): boolean;