tuil
ReferencePackages@mwillbanks/tuil-inkAPI

Divider

function exported by @mwillbanks/tuil-ink.

View rawEdit

function

Public function exported by @mwillbanks/tuil-ink.

export function Divider({
  width = 40,
  orientation = "horizontal",
  title,
  slots,
  slotProps,
  ...props
}: DividerProps): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
{ width = 40, orientation = "horizontal", title, slots, slotProps, ...props }DividerPropsYesSupplies the { width = 40, orientation = "horizontal", title, slots, slotProps, ...props } value as DividerProps.DividerProps

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page