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.
14 lines • 515 B
TypeScript
import React from "react";
export interface HangingIdCardProps {
children?: React.ReactNode;
ropeLength?: number;
ropeColor?: string;
className?: string;
name?: string;
role?: string;
badgeId?: string;
accentColor?: string;
}
export declare const HangingIdCard: ({ children, ropeLength, ropeColor, className, name, role, badgeId, accentColor, }: HangingIdCardProps) => import("react/jsx-runtime").JSX.Element;
export default HangingIdCard;
//# sourceMappingURL=HangingIdCard.d.ts.map