UNPKG

@csr632/next

Version:

A configurable component library for web built on React.

15 lines (13 loc) 418 B
import ConfigProvider from '../config-provider'; import Overlay from './overlay'; import Gateway from './gateway'; import Position from './position'; import Popup from './popup'; Overlay.Gateway = Gateway; Overlay.Position = Position; Overlay.Popup = ConfigProvider.config(Popup, { exportNames: ['overlay'] }); export default ConfigProvider.config(Overlay, { exportNames: ['getContent', 'getContentNode'] });