IconMenu: active prop (#1662).

old
Adam Henson 2017-08-28 00:00:21 -04:00
parent bf790d7b86
commit 0103d955b0
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ export interface IconMenuTheme {
}
export interface IconMenuProps extends ReactToolbox.Props {
/**
* If true, the inner Menu component will be active.
* @default false
*/
active?: boolean;
/**
* Children to pass through the component.
*/