Lexical: Added button icon system

With a bunch of default icons
This commit is contained in:
Dan Brown
2024-06-19 20:00:29 +01:00
parent e2409a5fab
commit 13d970c7ce
34 changed files with 99 additions and 16 deletions

4
resources/js/global.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
declare module '*.svg' {
const content: string;
export default content;
}