UNPKG

@frontify/fondue

Version:
16 lines (15 loc) 315 B
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 }; //# sourceMappingURL=mappings.es.js.map