ldrs
Version:
Tiny HTML and SVG loaders as web components
9 lines • 350 B
TypeScript
export default function Trefoil({ size, color, speed, stroke, strokeLength, bgOpacity, }: {
size?: number | string;
color?: string;
speed?: number | string;
stroke?: number | string;
strokeLength?: number | string;
bgOpacity?: number | string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Trefoil.d.ts.map