mirror of
https://github.com/fergalmoran/turnstone.git
synced 2026-02-26 12:05:33 +00:00
Add missing cancelButton PropTypes
This commit is contained in:
@@ -78,6 +78,9 @@ const listboxRules = PropTypes.oneOfType([
|
||||
|
||||
Turnstone.propTypes = {
|
||||
autoFocus: PropTypes.bool,
|
||||
cancelButton: PropTypes.bool,
|
||||
cancelButtonAriaLabel: PropTypes.string,
|
||||
cancelButtonText: PropTypes.string,
|
||||
clearButton: PropTypes.bool,
|
||||
clearButtonAriaLabel: PropTypes.string,
|
||||
clearButtonText: PropTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user