UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

4 lines (3 loc) 221 B
import { Node } from "../../Node.js"; export declare function _Firebase(label?: string, options?: Record<string, unknown>): Node; export declare function Firebase(label?: string, options?: Record<string, unknown>): Node;