@kahi-ui/framework
Version:
Straight-forward Svelte UI for the Web
11 lines (10 loc) • 365 B
JavaScript
/**
* Represents viewport tokens that can be applied to Framework Components
*/
export var TOKENS_VIEWPORT;
(function (TOKENS_VIEWPORT) {
TOKENS_VIEWPORT["mobile"] = "mobile";
TOKENS_VIEWPORT["tablet"] = "tablet";
TOKENS_VIEWPORT["desktop"] = "desktop";
TOKENS_VIEWPORT["widescreen"] = "widescreen";
})(TOKENS_VIEWPORT || (TOKENS_VIEWPORT = {}));