material: Modal: Export component so that the provided doc snippet compiles

Imported from a211f7fb9d
This commit is contained in:
Simon Hausmann 2025-07-01 11:08:24 +02:00 committed by Olivier Goffart
parent 5cf7839be6
commit daa94fa365

View file

@ -47,6 +47,7 @@ export { TonalButton } from "./ui/components/tonal_button.slint";
export { TonalIconButton } from "./ui/components/tonal_icon_button.slint";
export { ToolTip } from "./ui/components/tooltip.slint";
export { Vertical } from "./ui/components/vertical.slint";
export { Modal } from "./ui/components/modal.slint";
// items
export { ListItem } from "./ui/items/list_item.slint";