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