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