UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

12 lines (11 loc) 336 B
import type { LiteralEnum } from "./util"; /** * Represents the preset geometric directions that can be applied to Framework Components */ export declare enum TOKENS_DIRECTIONS { bottom = "bottom", left = "left", right = "right", top = "top" } export declare type PROPERTY_DIRECTIONS = LiteralEnum<TOKENS_DIRECTIONS>;