react-styleguidist
Version:
React components style guide generator
10 lines (9 loc) • 298 B
TypeScript
import * as Rsg from '../../typings';
/**
* Return all glob patterns from all sections.
*
* NOTE: a section cannot have components & subsections
* @param {Array} sections
* @returns {Array}
*/
export default function getComponentPatternsFromSections(sections: Rsg.ConfigSection[]): string[];