UNPKG

wix-style-react

Version:
8 lines (6 loc) 214 B
import { baseModalLayoutDriverFactory } from '../BaseModalLayout/BaseModalLayout.uni.driver'; export const messageModalLayoutDriverFactory = base => { return { ...baseModalLayoutDriverFactory(base), }; };