@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
96 lines (95 loc) • 2.8 kB
TypeScript
import type { BuilderRenderState, RegisteredComponents } from "../../context/types";
import type { ComponentInfo } from "../../types/components";
import type { Dictionary } from "../../types/typescript";
declare const _default: import("vue").DefineComponent<Readonly<{
data?: any;
context?: any;
content?: any;
apiKey?: any;
apiVersion?: any;
nonce?: any;
model?: any;
canTrack?: any;
locale?: any;
apiHost?: any;
trustedHosts?: any;
showContent?: any;
isSsrAbTest?: any;
customComponents?: any;
linkComponent?: any;
enrich?: any;
contentWrapper?: any;
contentWrapperProps?: any;
blocksWrapper?: any;
blocksWrapperProps?: any;
isNestedRender?: any;
}>, unknown, {
scriptStr: string;
registeredComponents: RegisteredComponents;
builderContextSignal: {
content: import("../../types/typescript").Nullable<import("../..").BuilderContent>;
localState: undefined;
rootState: {
locale?: string | undefined;
};
rootSetState: Function;
context: any;
canTrack: any;
apiKey: any;
apiVersion: any;
componentInfos: Dictionary<ComponentInfo>;
inheritedStyles: {};
BlocksWrapper: any;
BlocksWrapperProps: any;
nonce: any;
model: any;
};
TARGET: import("../../types/targets").Target;
}, {}, {
contentSetState(newRootState: BuilderRenderState): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
data?: any;
context?: any;
content?: any;
apiKey?: any;
apiVersion?: any;
nonce?: any;
model?: any;
canTrack?: any;
locale?: any;
apiHost?: any;
trustedHosts?: any;
showContent?: any;
isSsrAbTest?: any;
customComponents?: any;
linkComponent?: any;
enrich?: any;
contentWrapper?: any;
contentWrapperProps?: any;
blocksWrapper?: any;
blocksWrapperProps?: any;
isNestedRender?: any;
}>>>, {
readonly data?: any;
readonly context?: any;
readonly content?: any;
readonly apiKey?: any;
readonly apiVersion?: any;
readonly nonce?: any;
readonly model?: any;
readonly canTrack?: any;
readonly locale?: any;
readonly apiHost?: any;
readonly trustedHosts?: any;
readonly showContent?: any;
readonly isSsrAbTest?: any;
readonly customComponents?: any;
readonly linkComponent?: any;
readonly enrich?: any;
readonly contentWrapper?: any;
readonly contentWrapperProps?: any;
readonly blocksWrapper?: any;
readonly blocksWrapperProps?: any;
readonly isNestedRender?: any;
}, {}>;
export default _default;