Skip to content

Commit 7c63906

Browse files
committed
Fix input type
1 parent 557fba8 commit 7c63906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TokenScriptCodeBlock/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface TokenScriptCodeBlockProps {
2828
showResult?: boolean;
2929
title?: string;
3030
mode?: 'json' | 'script';
31-
input?: Record<string, any>;
31+
input?: any;
3232
colorSchemas?: Map<string, any>;
3333
functionSchemas?: Map<string, any>;
3434
lines?: { start?: number; end?: number };

0 commit comments

Comments
 (0)