Askr documentation
Generated API snapshot

@askrjs/logos

Exports from the declarations published in @askrjs/logos. Signatures reflect the published artifact.

Exports

This entrypoint publishes 11 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.

LogoAttributetype

LogoAttribute: "clipRule" | "cx" | "cy" | "d" | "fill" | "fillRule" | "height" | "opacity" | "points" | "r" | "rx" | "ry" | "stroke" | "strokeWidth" | "transform" | "width" | "x" | "x1" | "x2" | "y" | "y1" | "y2"

SVG attribute names permitted on the elements of a {@link LogoNode}.

LogoAttributestype

LogoAttributes: Readonly<Partial<Record<LogoAttribute, string>>>

Map of allowed SVG attribute values, keyed by {@link LogoAttribute}.

LogoNodetype

LogoNode: ReadonlyArray<readonly [tag: LogoTag, attrs: LogoAttributes]>

Ordered list of `[tag, attributes]` pairs describing a logo's SVG shapes.

LogoPropstype

LogoProps: IconProps

Props accepted by logo components; identical to {@link IconProps}.

LogoTagtype

LogoTag: "circle" | "ellipse" | "line" | "path" | "polygon" | "polyline" | "rect"

SVG element tags permitted inside a {@link LogoNode}.