import type { IViewProps } from '../../primitives/View/types'; export type IDividerProps = IViewProps & { orientation?: 'vertical' | 'horizontal'; };