Skip to content

Commit 9a1aee8

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent 14f1d49 commit 9a1aee8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/integrations/react/src/index.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import type { AstroIntegration } from 'astro';
33
import { version as ReactVersion } from 'react-dom';
44
import type * as vite from 'vite';
55

6-
export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | 'exclude' | 'babel'> & {
6+
export type ReactIntegrationOptions = Pick<
7+
ViteReactPluginOptions,
8+
'include' | 'exclude' | 'babel'
9+
> & {
710
experimentalReactChildren?: boolean;
811
};
912

0 commit comments

Comments
 (0)