@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
22 lines (21 loc) • 649 B
TypeScript
import { filterAttrs } from "../../helpers";
/**
* This import is used by the Svelte SDK. Do not remove.
*/
export interface ButtonProps {
attributes?: any;
text?: string;
}
declare const _default: import("vue").DefineComponent<Readonly<{
text?: any;
attributes?: any;
}>, unknown, {
filterAttrs: typeof filterAttrs;
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
text?: any;
attributes?: any;
}>>>, {
readonly text?: any;
readonly attributes?: any;
}, {}>;
export default _default;