Skip to content

Commit c4fb5c7

Browse files
committed
add configuration jsx
1 parent eff81fd commit c4fb5c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/runtime/src/jsx-runtime.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import {
2020
ContentKitInput,
2121
ContentKitHint,
2222
ContentKitLink,
23+
ContentKitConfiguration,
2324
} from '@gitbook/api';
2425

2526
import { jsx, jsxDEV, jsxs, Fragment } from './contentkit-jsx';
@@ -45,6 +46,7 @@ declare global {
4546
}
4647

4748
interface IntrinsicElements {
49+
configuration: OmitType<ContentKitConfiguration>;
4850
block: OmitType<ContentKitBlock>;
4951
button: OmitType<ContentKitButton>;
5052
box: OmitType<ContentKitBox>;

0 commit comments

Comments
 (0)