outline

Override the outline.

const overrides = {
  outline: ({ children }) => <div>{children}</div>,
};

Props

PropExampleType
children<div />ReactNode

children

The default node for the outline.