@tonyfreed/card-core
Version:
Core components and types for Ildex card system
8 lines • 327 B
TypeScript
import type { IProfile } from '../../interfaces/profile.interface';
import './styles.css';
interface ProfileSectionProps {
profile?: IProfile;
}
export declare const ProfileSection: ({ profile }: ProfileSectionProps) => import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=ProfileSection.d.ts.map