UNPKG

hi-profiles

Version:

React components for the ABDM Health Information Profiles

13 lines (12 loc) 573 B
import { Meta, StoryObj } from '@storybook/react'; import { default as Profile } from '../components/Profile'; declare const meta: Meta<typeof Profile>; export default meta; type Story = StoryObj<typeof Profile>; export declare const ConsultationDocument: Story; export declare const DischargeSummaryDocument: Story; export declare const DiagnosticReportDocument: Story; export declare const HealthRecordDocument: Story; export declare const ImmunizationDocument: Story; export declare const PrescriptionDocument: Story; export declare const WellnessRecordDocument: Story;