UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

8 lines (7 loc) 289 B
import type React from 'react'; interface ErrorOverlayProviderProps { children: React.ReactNode; identifierPrefix?: string; } export default function DevOverlayProvider({ children, identifierPrefix }: ErrorOverlayProviderProps): import("react/jsx-runtime").JSX.Element; export {};