@codegouvfr/react-dsfr
Version:
French State Design System React integration library
9 lines (8 loc) • 386 B
TypeScript
/**
* This script is ran with `npx react-dsfr copy-dsfr-to-public`
* It takes one optional arguments (for NX monorepos):
* - `--projectDir <path>` to specify the project directory. Default to the current working directory.
* This can be used in monorepos to specify the react project directory.
*/
export declare function main(args: string[]): Promise<void>;