vue-styleguidist
Version:
Vue components style guide generator
11 lines (10 loc) • 436 B
TypeScript
import * as Rsg from 'react-styleguidist';
import { SanitizedStyleguidistConfig } from '../../types/StyleGuide';
/**
* 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: SanitizedStyleguidistConfig, subComponentsPaths?: Record<string, string[]>): Rsg.LoaderComponent[];