// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiLink accent is rendered 1`] = `
`;
exports[`OuiLink allows for target and external to be controlled independently 1`] = `
(opens in a new tab or window)
`;
exports[`OuiLink button respects the type property 1`] = `
`;
exports[`OuiLink danger is rendered 1`] = `
`;
exports[`OuiLink ghost is rendered 1`] = `
`;
exports[`OuiLink if href is not specified, it renders a button of type=button 1`] = `
`;
exports[`OuiLink it is an external link 1`] = `
`;
exports[`OuiLink it passes the default props through 1`] = `
`;
exports[`OuiLink it supports both href and onClick 1`] = `
`;
exports[`OuiLink primary is rendered 1`] = `
`;
exports[`OuiLink secondary is rendered 1`] = `
`;
exports[`OuiLink subdued is rendered 1`] = `
`;
exports[`OuiLink success is rendered 1`] = `
`;
exports[`OuiLink supports children 1`] = `
Hiya!!!
`;
exports[`OuiLink supports disabled 1`] = `
`;
exports[`OuiLink supports href 1`] = `
`;
exports[`OuiLink supports rel 1`] = `
`;
exports[`OuiLink supports target 1`] = `
(opens in a new tab or window)
`;
exports[`OuiLink text is rendered 1`] = `
`;
exports[`OuiLink warning is rendered 1`] = `
`;