sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/icon/library.system.d.ts
2024-05-13 23:34:06 -04:00

3 lines
121 B
TypeScript

import type { IconLibrary } from './library.js';
declare const systemLibrary: IconLibrary;
export default systemLibrary;