UNPKG
anti-fraud-system-nevaeh
Version:
latest (1.0.1)
1.0.1
1.0.0
Anti-fraud system SDK for high-value money transfers
anti-fraud-system-nevaeh
/
dist
/
types
/
app
/
layout.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Metadata
}
from
'next'
;
import
'./globals.css'
;
export
declare
const
metadata
:
Metadata
;
export
default
function
RootLayout
(
{ children, }:
Readonly
<{ children: React.ReactNode; }>
):
import
(
"react"
).
JSX
.
Element
;