import {type ComponentProps} from 'react'

import {PaneContainer} from './PaneContainer'

export {PaneContainer as DocumentListPane}
/**
 * @internal
 */
export type DocumentListPaneProps = ComponentProps<typeof PaneContainer>
