import type { SubComponentDoc } from "../../SubComponent/SubComponentDoc"; export type SubComponentsOption = { subComponents?: [...TSubComponentTuple]; };