Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias UnicodeBidiProperty
import { type UnicodeBidiProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "-moz-isolate"
| "-moz-isolate-override"
| "-moz-plaintext"
| "-webkit-isolate"
| "bidi-override"
| "embed"
| "isolate"
| "isolate-override"
| "normal"
| "plaintext"