mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-24 14:41:25 +08:00
Lexical: Added button icon system
With a bunch of default icons
This commit is contained in:
4
resources/js/global.d.ts
vendored
Normal file
4
resources/js/global.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module '*.svg' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
Reference in New Issue
Block a user