UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

6 lines (5 loc) 147 B
/** * 将 CSS 链接插入到 <head> 中 */ declare const loadCss: (src: string, cb?: Function, order?: string) => void; export default loadCss;