UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

16 lines (12 loc) 217 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 } } }>