4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
|
import type { IconLibrary } from './library.js';
|
||
|
declare const systemLibrary: IconLibrary;
|
||
|
export default systemLibrary;
|