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 22:34:06 -05:00
import type { IconLibrary } from './library.js';
declare const systemLibrary: IconLibrary;
export default systemLibrary;