File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2929 strong ,
3030)
3131
32+ from ...ui import (
33+ fill ,
34+ )
35+
3236from ...ui import (
3337 AccordionPanel ,
3438 AnimationOptions ,
169173 "span" ,
170174 "strong" ,
171175 "tags" ,
176+ # Submodules
177+ "fill" ,
172178 # Imports from ...ui
173179 "AccordionPanel" ,
174180 "AnimationOptions" ,
Original file line number Diff line number Diff line change 3131 tags ,
3232)
3333
34- # Expose the following modules for extended usage: ex: ui.fill.as_fill_item(x)
35- from . import css , fill # noqa: F401 # pyright: ignore[reportUnusedImport]
34+ # The css module is for internal use, so we won't re-export it.
35+ from . import css # noqa: F401 # pyright: ignore[reportUnusedImport]
36+
37+ # Expose the fill module for extended usage: ex: ui.fill.as_fill_item(x).
38+ from . import fill
39+
3640from ._accordion import (
3741 AccordionPanel ,
3842 accordion ,
346350 "strong" ,
347351 "em" ,
348352 "hr" ,
353+ # Submodules
354+ "fill" ,
349355 # utils
350356 "js_eval" ,
351357)
You can’t perform that action at this time.
0 commit comments