UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

6 lines (5 loc) 212 B
import { DrawioSpec } from "../../generated/drawio-spec"; /** Explicit mapping of drawio shapes to asset keys */ export declare const DRAWIO_EXPLICIT_MAPPING: { [K in DrawioSpec.Aws4.ShapeNames]?: string; };