UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

8 lines (7 loc) 203 B
import { TOKENS_VIEWPORT } from "./viewports"; /** * Represents viewport tokens to hide content that can be applied to Framework Components */ export const TOKENS_HIDDEN = { ...TOKENS_VIEWPORT, };