UNPKG

@frontify/fondue

Version:
17 lines (16 loc) 403 B
import { ButtonType as t, ButtonSize as e } from "./ButtonTypes.es.js"; import { IconSize as o } from "../../foundation/Icon/IconSize.es.js"; const u = { [e.Small]: o.Size16, [e.Medium]: o.Size20, [e.Large]: o.Size24 }, m = { [t.Button]: "button", [t.Submit]: "submit", [t.Reset]: "reset" }; export { u as buttonIconSizeMap, m as buttonTypeMap }; //# sourceMappingURL=mappings.es.js.map