Skip to main content
Module

x/fathym_atomic/src/organisms/FileList.tsx>FileListProps

This is the core atomic library to build design libraries from.
Latest
type alias FileListProps
import { type FileListProps } from "https://deno.land/x/fathym_atomic@v0.0.168/src/organisms/FileList.tsx";
definition: { files: string[]; onFileClick?: (actionPath: string) => void | Promise<void>; } & Omit<JSX.HTMLAttributes<HTMLDivElement>, "title">