UNPKG

react-styleguidist

Version:
11 lines (10 loc) 364 B
import * as Rsg from '../../typings'; /** * Return absolute paths of all components in sections. * * @param {Array} sections * @param {string} rootDir * @param {Array} [ignore] Glob patterns to ignore. * @returns {Array} */ export default function getComponentFilesFromSections(sections: Rsg.ConfigSection[], rootDir?: string, ignore?: string[]): string[];