Invitations screen changes. Scrollable list. Details. And role selection on import
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
export { Screen } from './Screen.js';
|
||||
export { Input, TextDisplay } from './Input.js';
|
||||
export { Button, ButtonRow } from './Button.js';
|
||||
export { List, SimpleList, type ListItem } from './List.js';
|
||||
export {
|
||||
List,
|
||||
SimpleList,
|
||||
ScrollableList,
|
||||
type ListItem,
|
||||
type ListItemData,
|
||||
type ListGroup,
|
||||
type ScrollableListProps,
|
||||
} from './List.js';
|
||||
export { InputDialog, ConfirmDialog, MessageDialog } from './Dialog.js';
|
||||
export { ProgressBar, StepIndicator, Loading, type Step } from './ProgressBar.js';
|
||||
|
||||
Reference in New Issue
Block a user