UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

6 lines (5 loc) 351 B
import type { CodeKeywordDefinition, ErrorObject } from "../../types"; import { DependenciesErrorParams, PropertyDependencies } from "../applicator/dependencies"; export declare type DependentRequiredError = ErrorObject<"dependentRequired", DependenciesErrorParams, PropertyDependencies>; declare const def: CodeKeywordDefinition; export default def;