We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557fba8 commit 7c63906Copy full SHA for 7c63906
1 file changed
src/components/TokenScriptCodeBlock/index.tsx
@@ -28,7 +28,7 @@ interface TokenScriptCodeBlockProps {
28
showResult?: boolean;
29
title?: string;
30
mode?: 'json' | 'script';
31
- input?: Record<string, any>;
+ input?: any;
32
colorSchemas?: Map<string, any>;
33
functionSchemas?: Map<string, any>;
34
lines?: { start?: number; end?: number };
0 commit comments