mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix: share page
This commit is contained in:
parent
46a35dfc1b
commit
b7a9cbfc68
17 changed files with 63 additions and 63 deletions
8
packages/ui/src/custom-elements.d.ts
vendored
8
packages/ui/src/custom-elements.d.ts
vendored
|
|
@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue