import { ButtonType as t, ButtonSize as o } from "./ButtonTypes.es.js";
const n = {
[o.Small]: 16,
[o.Medium]: 20,
[o.Large]: 24
}, u = {
[t.Button]: "button",
[t.Submit]: "submit",
[t.Reset]: "reset"
};
export {
n as buttonIconSizeMap,
u as buttonTypeMap
};