Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options<P>

Stable options

Type Parameters

  • P = any

Hierarchy

  • Options

Index

Properties

Properties

compare?: CompareOption<any>
props?: StableProps<P>

indicate stable props of the component. all props = *

const MyButton = stable(ButtonImpl, { props: ['onClick', 'onDblClick'] });

Generated using TypeDoc