export const textLinkProps = [ { name: 'href', type: 'string', default: '-', description: 'apiReferenceDescriptions.linkHref', }, { name: 'target', type: "'_blank' | '_self' | '_parent' | '_top'", default: '-', description: 'apiReferenceDescriptions.linkTarget', }, ];