UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (7 loc) 354 B
import { default as ListHeader } from './ListHeader'; import * as CONSTANTS from './ListHeader.constants'; import type { Props, OutlinePosition as _OutlinePosition } from './ListHeader.types'; export { CONSTANTS as LIST_HEADER_CONSTANTS }; export type ListHeaderProps = Props; export type OutlinePosition = _OutlinePosition; export default ListHeader;