import type { SelectKeys } from "hry-types/src/Object/_api"; import type { RemoveInnerData } from "../../../types/RemoveInnerData"; import type { ComponentDoc } from "../../DefineComponent/returnType/ComponentDoc"; type WXMLSign = "wxml"; type unionAddList = Keys | Keys[]; export type CustomInheritConstraint = { [k in keyof TComponentDoc["properties"]]?: unionAddList & string>> | WXMLSign; }; export {};