Stable options
indicate stable props of the component. all props = *
const MyButton = stable(ButtonImpl, { props: ['onClick', 'onDblClick'] });
Generated using TypeDoc
Stable options