import type { IfExtends } from "hry-types/src/Any/IfExtends"; import type { ComponentDoc } from "../api/DefineComponent/ReturnType/ComponentDoc"; export type ExtractDocPrefix = keyof IfExtends extends `${infer P}_${string}` ? P : "";