Skip to main content

DividerProps

type
type DividerProps = PropsWithChildren & Omit<HTMLAttributes<HTMLDivElement>, 'type'> & { dividerColor?: string; orientation?: DividerOrientation; ref?: Ref<HTMLDivElement>; size?: 'thinner' | 'default' }

Import

import { DividerProps } from '@modular/sdk/ui';