We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ed71c commit fdd3afdCopy full SHA for fdd3afd
src/output/Preview.vue
@@ -19,8 +19,8 @@ import { Props } from '../Repl.vue'
19
const props = defineProps<{
20
show: boolean
21
ssr: boolean
22
- bodyStyle?: CSSStyleDeclaration
23
- appStyle?: CSSStyleDeclaration
+ bodyStyle?: Partial<CSSStyleDeclaration>
+ appStyle?: Partial<CSSStyleDeclaration>
24
}>()
25
export type UpdateFlag = 'UPDATING' | 'SUCCESS' | 'FAILURE'
26
const emits = defineEmits<{
0 commit comments