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.
13 lines • 352 B
TypeScript
import React from "react";
interface TrustedUsersProps {
avatars: string[];
rating?: number;
totalUsersText?: number;
caption?: string;
className?: string;
starColorClass?: string;
ringColors?: string[];
}
export declare const TrustedUsers: React.FC<TrustedUsersProps>;
export {};
//# sourceMappingURL=trusted-users.d.ts.map