@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
7 lines • 313 B
TypeScript
/** @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