UNPKG

@findnlink/ui

Version:
4 lines (3 loc) 146 B
/// <reference types="react" /> import { CardProps } from './Card.types'; export declare const Card: ({ children }: CardProps) => JSX.Element;