The ICommonProps interface defines standard properties that can be used on all JSX elements - intrinsic (HTML and SVG) as well as functional and class-based components.
Unique key that distinguishes this JSX element from its siblings. The key can be of any type.
Generated using TypeDoc
The ICommonProps interface defines standard properties that can be used on all JSX elements - intrinsic (HTML and SVG) as well as functional and class-based components.