1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-27 15:57:04 +03:00
bookstack/resources/js/global.d.ts
Dan Brown 13d970c7ce
Lexical: Added button icon system
With a bunch of default icons
2024-06-19 20:00:29 +01:00

4 lines
81 B
TypeScript

declare module '*.svg' {
const content: string;
export default content;
}