UNPKG

wix-style-react

Version:
9 lines (7 loc) 227 B
const badgeDriverFactory = component => ({ /** returns the component element */ element: () => component, /** returns the component text */ text: async () => component.getText(), }); export default badgeDriverFactory;