@it-corp/vpbank-spotlight
Version:
Command center components for react and VPbank components
16 lines (13 loc) • 442 B
text/typescript
import { getPaths } from "../utils/get-path";
import { getDeclarationsPaths } from "./get-declarations-paths";
const FILES_PATHS = getPaths([
// Spotlight
"src/Spotlight.tsx",
"src/SpotlightAction.tsx",
"src/SpotlightActionsGroup.tsx",
"src/SpotlightRoot.tsx",
"src/SpotlightSearch.tsx",
]);
export const DOCGEN_PATHS = getDeclarationsPaths([
...FILES_PATHS.map((filePath) => ({ type: "file" as const, path: filePath })),
]);