UNPKG

@openmrs/esm-styleguide

Version:
7 lines 313 B
/** @module @category Workspace */ import React from 'react'; export interface WorkspaceNotificationProps { contextKey: string; } export declare function WorkspaceNotification({ contextKey }: WorkspaceNotificationProps): React.JSX.Element | null; //# sourceMappingURL=workspace-notification.component.d.ts.map