UNPKG

hi-profiles

Version:

React components for the ABDM Health Information Profiles

6 lines (5 loc) 177 B
interface IProps { section: fhir4.CompositionSection; } export default function CompositionSection({ section }: IProps): import("react/jsx-runtime").JSX.Element; export {};