import { Orientation } from '../../types/index.js'; export type OnyxSeparatorProps = { /** * Orientation of the separator. */ orientation?: Orientation; };