Page MenuHomec4science

getComponentPatternsFromSections.d.ts
No OneTemporary

File Metadata

Created
Mon, Feb 10, 22:40

getComponentPatternsFromSections.d.ts

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[];

Event Timeline