UNPKG

@builder.io/sdk-vue

Version:
8 lines (7 loc) 233 B
import type { BuilderLinkComponentProp } from '../../types/builder-props'; export interface ButtonProps extends BuilderLinkComponentProp { attributes?: any; text?: string; link?: string; openLinkInNewTab?: boolean; }