/** * 在 head 中创建 css 的 link 标签 * @param url {string} url 地址 */ export default function createLink(url: string): void;