sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/icon/library.system.d.ts

4 lines
121 B
TypeScript
Raw Normal View History

2024-05-13 23:34:06 -04:00
import type { IconLibrary } from './library.js';
declare const systemLibrary: IconLibrary;
export default systemLibrary;