add: some links in the left column and a FAB on the top of the right column (desktop view)
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
import { JSX } from "solid-js";
|
|
|
|
export type DivProps = JSX.HTMLAttributes<HTMLDivElement>;
|
|
export type ElementProps = JSX.HTMLAttributes<HTMLElement>;
|