lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
11 lines • 361 B
TypeScript
import React from "react";
interface StripesBackgroundProps {
className?: string;
position?: "left" | "right" | "top" | "bottom" | "full";
width?: string;
height?: string;
opacity?: string;
}
declare const StripesBackground: React.FC<StripesBackgroundProps>;
export default StripesBackground;
//# sourceMappingURL=stripes-background.d.ts.map