Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.169/src/organisms/FileList.tsx";
definition: { files: string[]; onFileClick?: (actionPath: string) => void | Promise<void>; } & Omit<JSX.HTMLAttributes<HTMLDivElement>, "title">