UNPKG

wix-style-react

Version:
10 lines (9 loc) 230 B
var emptyStateDriverFactory = function emptyStateDriverFactory(component) { return { /** Returns the element */ element: function element() { return component; } }; }; export default emptyStateDriverFactory;