UNPKG

rsuite

Version:

A suite of react components

5 lines 132 B
'use client'; import isEmpty from 'lodash/isEmpty'; export function isSearching(searchKeyword) { return !isEmpty(searchKeyword); }