Skip to content

Commit

Permalink
add configuration jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin0h committed Oct 8, 2024
1 parent eff81fd commit c4fb5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime/src/jsx-runtime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
ContentKitInput,
ContentKitHint,
ContentKitLink,
ContentKitConfiguration,
} from '@gitbook/api';

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

interface IntrinsicElements {
configuration: OmitType<ContentKitConfiguration>;
block: OmitType<ContentKitBlock>;
button: OmitType<ContentKitButton>;
box: OmitType<ContentKitBox>;
Expand Down

0 comments on commit c4fb5c7

Please sign in to comment.