[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;
|
value?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type JSXTransformConfig = Pick<babel.TransformOptions, 'presets' | 'plugins' | 'inputSourceMap'>;
|
export type JSXTransformConfig = Pick<
|
||||||
|
babel.TransformOptions,
|
||||||
|
'presets' | 'plugins' | 'inputSourceMap'
|
||||||
|
>;
|
||||||
|
|
||||||
export type JSXTransformFn = (options: {
|
export type JSXTransformFn = (options: {
|
||||||
mode: string;
|
mode: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue