UNPKG

react-styleguidist

Version:
9 lines (8 loc) 251 B
import * as Rsg from '../../typings'; /** * Filter out components without an example file. * * @param {Array} sections * @returns {Array} */ export default function filterComponentsWithExample(sections: Rsg.LoaderSection[]): Rsg.LoaderSection[];