For AI agents: visit https://lucid-developer-docs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
const StrokeStyle: object;
readonly DashDot: "dashdot" = 'dashdot';
readonly DashDotDot: "dashdotdot" = 'dashdotdot';
readonly DashLongDash: "dashlongdash" = 'dashlongdash';
readonly Dashed: "dashed" = 'dashed';
readonly Dashed24: "dashed24" = 'dashed24';
readonly Dashed32: "dashed32" = 'dashed32';
readonly Dashed44: "dashed44" = 'dashed44';
readonly DotDotDot: "dotdotdot" = 'dotdotdot';
readonly Dotted: "dotted" = 'dotted';
readonly LongDash: "longdash" = 'longdash';
readonly Solid: "solid" = 'solid';
readonly StripeThickThick: "stripethickthick" = 'stripethickthick';
readonly StripeThickThin: "stripethickthin" = 'stripethickthin';
readonly StripeThickThinThick: "stripethickthinthick" = 'stripethickthinthick';
readonly StripeThinThick: "stripethinthick" = 'stripethinthick';
readonly StripeThinThickThin: "stripethinthickthin" = 'stripethinthickthin';
readonly StripeThinThin: "stripethinthin" = 'stripethinthin';
readonly StripeTriple: "stripetriple" = 'stripetriple';