UNPKG

wix-style-react

Version:
8 lines 365 B
import { floatingNotificationDriverFactory as publicDriverFactory } from './FloatingNotification.uni.driver'; export const floatingNotificationPrivateDriverFactory = base => { return { ...publicDriverFactory(base), // Add here driver methods that considered "private" }; }; //# sourceMappingURL=FloatingNotification.private.uni.driver.js.map