diff options
Diffstat (limited to 'packages/ui/src/custom-elements.d.ts')
| -rw-r--r-- | packages/ui/src/custom-elements.d.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ui/src/custom-elements.d.ts b/packages/ui/src/custom-elements.d.ts index 6ad3ea34e..b756e51da 100644 --- a/packages/ui/src/custom-elements.d.ts +++ b/packages/ui/src/custom-elements.d.ts @@ -1,12 +1,12 @@ /** - * TypeScript declaration for the <file-diff> custom element. - * This tells TypeScript that <file-diff> is a valid JSX element in SolidJS. - * Required for using the precision-diffs web component in .tsx files. + * TypeScript declaration for the <diffs-container> custom element. + * This tells TypeScript that <diffs-container> is a valid JSX element in SolidJS. + * Required for using the @pierre/diffs web component in .tsx files. */ declare module "solid-js" { namespace JSX { interface IntrinsicElements { - "file-diff": HTMLAttributes<HTMLElement> + "diffs-container": HTMLAttributes<HTMLElement> } } } |
