UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

10 lines (9 loc) 270 B
import type { LiteralEnum } from "./util"; /** * Represents clock periods that be applied to Framework Components */ export declare enum TOKENS_CLOCK_PERIOD { am = "am", pm = "pm" } export declare type PROPERTY_CLOCK_PERIOD = LiteralEnum<TOKENS_CLOCK_PERIOD>;