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