diff options
| author | Adam <[email protected]> | 2025-12-15 10:56:03 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-15 10:56:07 -0600 |
| commit | b7a9cbfc684048746e37f609ec6f42449faabca4 (patch) | |
| tree | 94f0400808164e21ca33b0178d4db25db4c608f8 /packages/ui/src/custom-elements.d.ts | |
| parent | 46a35dfc1b99c77da66a055510640c797f32a0ce (diff) | |
| download | opencode-b7a9cbfc684048746e37f609ec6f42449faabca4.tar.gz opencode-b7a9cbfc684048746e37f609ec6f42449faabca4.zip | |
fix: share page
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> } } } |
