1
0
cvsa-legacy/packages/solid/src/components/common.d.ts
alikia2x 493cf287f1 ref: structure of the layout components
add: some links in the left column and a FAB on the top of the right column (desktop view)
2025-08-07 03:16:38 +08:00

5 lines
152 B
TypeScript

import { JSX } from "solid-js";
export type DivProps = JSX.HTMLAttributes<HTMLDivElement>;
export type ElementProps = JSX.HTMLAttributes<HTMLElement>;