Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pagic/cdn.pagic.org/csstype@3.0.3/index.d.ts>AtRule.ViewportHyphenFallback

A static site generator powered by Deno + React
Go to Latest
type alias AtRule.ViewportHyphenFallback
import { type AtRule } from "https://deno.land/x/pagic@v1.6.1/cdn.pagic.org/csstype@3.0.3/index.d.ts";
const { ViewportHyphenFallback } = AtRule;

Type Parameters

optional
TLength = (string & { }) | 0
optional
TTime = string & { }
definition: [P in keyof ViewportHyphen<TLength, TTime>]: ViewportHyphen<TLength, TTime>[P] | ViewportHyphen<TLength, TTime>[P][]