interface TwindRuleimport { type TwindRule } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts"; Propertiesp: numberThe calculated precedence taking all variants into account. o: numberoptionalc: stringAdditional classNames to propagate, does not include name r: string[]The rulesets (selectors and at-rules). expanded variants @media ..., @supports ..., &:focus, .dark & optionaln: stringThe name to use for & expansion in selectors. Maybe empty for at-rules like @import, @font-face, @media, ... optionald: stringThe stringified declarations.