Skip to main content
Go to Latest
type alias BreakBeforeProperty
import { type BreakBeforeProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "all"
| "always"
| "auto"
| "avoid"
| "avoid-column"
| "avoid-page"
| "avoid-region"
| "column"
| "left"
| "page"
| "recto"
| "region"
| "right"
| "verso"