UNPKG

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.

8 lines 226 B
import React from "react"; type OrbitCardProps = { children: React.ReactNode; className?: string; }; declare const OrbitCard: React.FC<OrbitCardProps>; export default OrbitCard; //# sourceMappingURL=orbit-card.d.ts.map