UNPKG

react-styleguidist

Version:
10 lines (9 loc) 277 B
import * as Rsg from '../../typings'; /** * Fuzzy filters sections by section or component name. * * @param {Array} sections * @param {string} query * @return {Array} */ export default function filterSectionsByName(sections: Rsg.TOCItem[], query: string): Rsg.TOCItem[];