UNPKG

@webdoc/default-template

Version:
18 lines (14 loc) 223 B
// @flow /*:: import type {Doc} from "@webdoc/types"; export type ExplorerTarget = { title: string, page: string, children: ExplorerTarget[] }; export type Page = { doc?: Doc, title: string, url: string } */