(val, key)
| 20 | * <div class="ui tag label"></div> |
| 21 | */ |
| 22 | export const useKeyOnly = (val, key) => val && key |
| 23 | |
| 24 | /** |
| 25 | * Props that require both a key and value to create a className. |
no outgoing calls
no test coverage detected
searching dependent graphs…