Skip to content

Commit f2cf682

Browse files
committed
doc: Update README.md
1 parent 8dbbc02 commit f2cf682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ interface CodePreviewProps extends SplitProps {
127127
btnText?: string;
128128
/** @default 'Hide Editor' */
129129
btnHideText?: string;
130+
/**
131+
* `light` / `dark` / `Extension` Defaults to `light`.
132+
* @default light
133+
*/
134+
theme?: ReactCodeMirrorProps['theme'];
130135
}
131136
```
132137

0 commit comments

Comments
 (0)