import type { IfExtends } from "hry-types/src/Any/IfExtends"; import type { ComponentDoc } from "../api/DefineComponent/ReturnType/ComponentDoc"; type _ReplacePrefix = { [k in keyof O as k extends `${string}_${infer L}` ? `${TPrefix}_${L}` : k]: O[k]; }; export type ReplacePrefix = IfExtends; }> & IfExtends; }>; export {};