UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

9 lines (8 loc) 228 B
import { YamlExample } from './yaml-sidebar/types'; /** * Kubernetes 资源的内置 YAML 示例 * 按照 apiVersion.kind 的格式组织 */ export declare const BUILT_IN_YAML_EXAMPLES: { [key: string]: YamlExample[]; };