UNPKG

@builder.io/sdk-vue

Version:
8 lines (7 loc) 254 B
import type { ContentVariantsPrps } from '../content-variants/content-variants.types'; interface InternalRenderProps { showContent: boolean; isSsrAbTest: boolean; } export type ContentProps = InternalRenderProps & ContentVariantsPrps; export {};