@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
5 lines • 434 B
TypeScript
export * from './action-menu-button/action-menu-button.component';
export * from './container/workspace-container.component';
export { closeWorkspace, launchWorkspace, navigateAndLaunchWorkspace, useWorkspaces, launchWorkspaceGroup, } from './workspaces';
export { type DefaultWorkspaceProps, type CloseWorkspaceOptions, type OpenWorkspace, type WorkspacesInfo, type Prompt, } from './workspaces';
//# sourceMappingURL=public.d.ts.map