Skip to main content
Go to Latest
type alias BorderImageProperty
import { type BorderImageProperty } from "https://deno.land/std@0.39.0/types/react/csstype.d.ts";
definition:
| "none"
| "repeat"
| "round"
| "space"
| "stretch"
| string
| number