UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

8 lines (7 loc) 262 B
import { Group } from "../../group.js"; import { PlainSchema } from "./schema.js"; import { GroupConfig } from "../../types.js"; export declare class PlainGroup extends Group<PlainSchema> { static config: () => GroupConfig<PlainSchema>; constructor(); }