UNPKG

next-dev

Version:

Tentu, berikut adalah markdown yang telah diperbaiki:

7 lines (6 loc) 177 B
import React from 'react'; declare const DevBox: ({ path, children }: { path?: string | null; children: React.ReactNode; }) => React.JSX.Element; export default DevBox;