UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

13 lines (12 loc) 265 B
import { Content } from "@benev/slate"; import { AsSchema } from "../../aspects/codex/parts/types.js"; export type PlainSchema = AsSchema<{ taxon: { icon: Content; }; specimens: { item: { label: string; }; }; }>;