UNPKG

sn-controls-react

Version:

React controls for sensenet ECM

10 lines 278 B
/** * @module ViewControls * * @preferred * @description This module contains controls that displays a full content in a specific way * */ /** */ export { EditView } from './EditView' export { NewView } from './NewView' export { BrowseView } from './BrowseView'