Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SplitChild<T>

Describes a slot in a split container

Type parameters

  • T = React.ReactNode

    type of leaves

Hierarchy

  • SplitChild

Index

Properties

Properties

content

content: T | SplitData<T>

Contents of this split

ratio

ratio: number

Relative size of this split

Generated using TypeDoc