v8-ui-atoms
Version:
A library of common base components for building ui
13 lines • 353 B
JavaScript
export const TAILinkProps = {
ariaLabel: 'This is a link',
href: '/link-url',
handleMouseDown: () => null,
handleBlur: () => null,
handleMouseEnter: () => null,
handleClick: () => null,
role: 'link',
tabIndex: -1,
target: '_blank',
buttonType: 'primary'
};
//# sourceMappingURL=LinkTestingProps.js.map