GHHG10/CodeServer / opencode /packages /ui /src /custom-elements.d.ts
GHHG10's picture
download
raw
432 Bytes
import { DIFFS_TAG_NAME } from "@pierre/diffs"
/**
* 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 {
[DIFFS_TAG_NAME]: HTMLAttributes<HTMLElement>
}
}
}
export {}

Xet Storage Details

Size:
432 Bytes
·
Xet hash:
f4dd2e5dd8d95278a6a86fe8d3da15857b0260e0eba39e5b567e00730110eda3

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.