UNPKG

hi-profiles

Version:

React components for the ABDM Health Information Profiles

6 lines (5 loc) 190 B
export interface IProps { bundle: fhir4.Bundle; downloadable?: boolean; } export default function Profile({ bundle, downloadable }: IProps): import("react/jsx-runtime").JSX.Element;