xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
13 lines • 485 B
TypeScript
import React from "react";
export declare const PinContainer: ({ children, title, href, className, containerClassName, }: {
children: React.ReactNode;
title?: string;
href?: string;
className?: string;
containerClassName?: string;
}) => import("react/jsx-runtime").JSX.Element;
export declare const PinPerspective: ({ title, href, }: {
title?: string;
href?: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=pin-container.d.ts.map