Skip to content

Commit e341358

Browse files
committed
add corners type
1 parent b881828 commit e341358

File tree

1 file changed

+2
-0
lines changed
  • packages/next/src/next-devtools/dev-overlay

1 file changed

+2
-0
lines changed

packages/next/src/next-devtools/dev-overlay/shared.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import type { DevIndicatorServerState } from '../../server/dev/dev-indicator-ser
88
import { parseStack } from '../../server/lib/parse-stack'
99
import { isConsoleError } from '../shared/console-error'
1010

11+
export type Corners = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
12+
1113
type FastRefreshState =
1214
/** No refresh in progress. */
1315
| { type: 'idle' }

0 commit comments

Comments
 (0)