react-styleguidist
Version:
React components style guide generator
10 lines (9 loc) • 318 B
TypeScript
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[];