chore: format code

This commit is contained in:
GitHub Action 2025-11-25 13:49:03 +00:00
parent 0f1dd24f97
commit 62871283e2

View file

@ -3,12 +3,12 @@
* This tells TypeScript that <file-diff> is a valid JSX element in SolidJS.
* Required for using the precision-diffs web component in .tsx files.
*/
declare module 'solid-js' {
declare module "solid-js" {
namespace JSX {
interface IntrinsicElements {
'file-diff': HTMLAttributes<HTMLElement>;
"file-diff": HTMLAttributes<HTMLElement>
}
}
}
export {};
export {}