@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
32 lines (31 loc) • 894 B
TypeScript
import { filterAttrs } from "../helpers";
declare const _default: import("vue").DefineComponent<Readonly<{
text?: any;
link?: any;
attributes?: any;
openLinkInNewTab?: any;
builderLinkComponent?: any;
}>, unknown, {
filterAttrs: typeof filterAttrs;
}, {}, {
attrs(): {
href: any;
target: string | undefined;
role: string;
} | {
role: string;
};
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
text?: any;
link?: any;
attributes?: any;
openLinkInNewTab?: any;
builderLinkComponent?: any;
}>>>, {
readonly text?: any;
readonly link?: any;
readonly attributes?: any;
readonly openLinkInNewTab?: any;
readonly builderLinkComponent?: any;
}, {}>;
export default _default;