// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`KuiSubmitButton Baseline HTML attributes are rendered 1`] = `
`;
exports[`KuiSubmitButton Baseline is rendered 1`] = `
`;
exports[`KuiSubmitButton Props buttonType basic renders the basic class 1`] = `
`;
exports[`KuiSubmitButton Props buttonType danger renders the danger class 1`] = `
`;
exports[`KuiSubmitButton Props buttonType hollow renders the hollow class 1`] = `
`;
exports[`KuiSubmitButton Props buttonType primary renders the primary class 1`] = `
`;
exports[`KuiSubmitButton Props buttonType secondary renders the secondary class 1`] = `
`;
exports[`KuiSubmitButton Props buttonType warning renders the warning class 1`] = `
`;
exports[`KuiSubmitButton Props children is rendered as value 1`] = `
`;