import Pane from "./1.pane"; import Single from "./single/0.single"; import Text from "./single/1.text"; BI.extend(BI, { Pane, Single, Text, }); export { Pane, Single, Text, }