UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

6 lines 235 B
export type CardProps = { children: React.ReactNode; className?: string; }; export declare function Card({ children, className }: CardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=card.component.d.ts.map