UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

10 lines (9 loc) 306 B
import type { LiteralEnum } from "./util"; /** * Represents the tiers of content positioning tokens that can be applied to Framework Components */ export declare enum TOKENS_POSITION { floated = "floated", raised = "raised" } export declare type PROPERTY_POSITION = LiteralEnum<TOKENS_POSITION>;