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.

12 lines 500 B
import React from "react"; interface ThreeDPerspectiveCardProps { /** The URL for the background image of the card. */ image: string; /** Optional width of the card (e.g., "300px"). Defaults to "300px". */ width?: string; /** Optional height of the card (e.g., "350px"). Defaults to "350px". */ height?: string; } declare const ThreeDPerspectiveCard: React.FC<ThreeDPerspectiveCardProps>; export default ThreeDPerspectiveCard; //# sourceMappingURL=3d-perspective-card.d.ts.map