Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.CaptionSide

type CaptionSide =
| "block-end"
| "block-start"
| "bottom"
| "inline-end"
| "inline-start"
| "top";

§Type

§
Globals | "block-end" | "block-start" | "bottom" | "inline-end" | "inline-start" | "top"
[src]