UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

10 lines (9 loc) 283 B
import type { LiteralEnum } from "./util"; /** * Represents resizable tokens to hide content that can be applied to Framework Components */ export declare enum TOKENS_RESIZEABLE { x = "x", y = "y" } export declare type PROPERTY_RESIZEABLE = LiteralEnum<TOKENS_RESIZEABLE>;