[ci] format
This commit is contained in:
parent
2b35650b5d
commit
b6b045c3f1
3 changed files with 6 additions and 3 deletions
|
@ -793,7 +793,10 @@ export interface HydrateOptions {
|
|||
value?: string;
|
||||
}
|
||||
|
||||
export type JSXTransformConfig = Pick<babel.TransformOptions, 'presets' | 'plugins' | 'inputSourceMap'>;
|
||||
export type JSXTransformConfig = Pick<
|
||||
babel.TransformOptions,
|
||||
'presets' | 'plugins' | 'inputSourceMap'
|
||||
>;
|
||||
|
||||
export type JSXTransformFn = (options: {
|
||||
mode: string;
|
||||
|
|
Loading…
Reference in a new issue