feat: inline mode

This commit is contained in:
redhoodsu
2024-07-12 16:32:26 +08:00
parent 649bbb44ef
commit 5e23ffaec7
5 changed files with 62 additions and 2 deletions

4
eruda.d.ts vendored
View File

@@ -35,6 +35,10 @@ declare module 'eruda' {
* Use shadow dom for css encapsulation
*/
useShadowDom?: boolean
/**
* Enable inline mode
*/
inline?: boolean
/**
* Default settings
*/