UNPKG

@it-corp/vpbank-spotlight

Version:

Command center components for react and VPbank components

6 lines (5 loc) 167 B
export interface DeclarationPath { path: string; type: 'package' | 'file'; } export declare function getDeclarationsPaths(paths: DeclarationPath[]): string[];