UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

9 lines (8 loc) 280 B
/** * Represents resizable tokens to hide content that can be applied to Framework Components */ export var TOKENS_RESIZEABLE; (function (TOKENS_RESIZEABLE) { TOKENS_RESIZEABLE["x"] = "x"; TOKENS_RESIZEABLE["y"] = "y"; })(TOKENS_RESIZEABLE || (TOKENS_RESIZEABLE = {}));