UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

12 lines (11 loc) 374 B
/** * Represents the `object-fit` configuration tokens that can be applied to Framework Components */ export var TOKENS_FIT; (function (TOKENS_FIT) { TOKENS_FIT["contain"] = "contain"; TOKENS_FIT["cover"] = "cover"; TOKENS_FIT["fill"] = "fill"; TOKENS_FIT["none"] = "none"; TOKENS_FIT["scale-down"] = "scale-down"; })(TOKENS_FIT || (TOKENS_FIT = {}));