UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

8 lines (7 loc) 246 B
export declare function crawl(params: { dirPath: string; getDoCrawlInDir?: (prams: { relativeDirPath: string; }) => boolean | Promise<boolean>; returnedPathsType: "absolute" | "relative to dirPath"; }): Promise<string[]>;