UNPKG

vue-styleguidist

Version:
9 lines (8 loc) 277 B
import { Component } from '../../types/Component'; import { ProcessedSection } from '../../types/Section'; /** * Get all components in all sections * * @param {array} sections */ export default function getComponentsFromSections(sections: ProcessedSection[]): Component[];