mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
14f1d49a10
commit
9a1aee80a5
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ import type { AstroIntegration } from 'astro';
|
|||
import { version as ReactVersion } from 'react-dom';
|
||||
import type * as vite from 'vite';
|
||||
|
||||
export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | 'exclude' | 'babel'> & {
|
||||
export type ReactIntegrationOptions = Pick<
|
||||
ViteReactPluginOptions,
|
||||
'include' | 'exclude' | 'babel'
|
||||
> & {
|
||||
experimentalReactChildren?: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue