UNPKG

react-styleguidist

Version:
10 lines (9 loc) 318 B
import * as Rsg from '../../typings'; /** * Process each component in a list. * * @param {Array} components File names of components. * @param {object} config * @returns {object|null} */ export default function getComponents(components: string[], config: Rsg.SanitizedStyleguidistConfig): Rsg.LoaderComponent[];