// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`KuiLinkButton Baseline HTML attributes are rendered (and disabled renders a class) 1`] = `
`;
exports[`KuiLinkButton Baseline is rendered 1`] = `
`;
exports[`KuiLinkButton Props buttonType basic renders the basic class 1`] = `
`;
exports[`KuiLinkButton Props buttonType danger renders the danger class 1`] = `
`;
exports[`KuiLinkButton Props buttonType hollow renders the hollow class 1`] = `
`;
exports[`KuiLinkButton Props buttonType primary renders the primary class 1`] = `
`;
exports[`KuiLinkButton Props buttonType secondary renders the secondary class 1`] = `
`;
exports[`KuiLinkButton Props buttonType warning renders the warning class 1`] = `
`;
exports[`KuiLinkButton Props children is rendered 1`] = `
Hello
`;
exports[`KuiLinkButton Props icon is rendered with children 1`] = `
Icon
Hello
`;
exports[`KuiLinkButton Props icon is rendered without children 1`] = `
Icon
`;
exports[`KuiLinkButton Props iconPosition moves the icon to the right 1`] = `
Hello
Icon
`;
exports[`KuiLinkButton Props isLoading doesn't render the icon prop 1`] = `
`;
exports[`KuiLinkButton Props isLoading renders a spinner 1`] = `
`;