UNPKG

@slashid/react

Version:

React SDK for the /id platform

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