mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
![]() This will allow us to break up the styles, so that one can have for example button.60 checkbox.60 and finally widgets.60: import { Button } from "button.60"; import { CheckBox } from "checkbox.60"; export { Button, CheckBox }; and then the users have to only import "widgets.60"; |
||
---|---|---|
.. | ||
re_export.60 | ||
test_button.60 |