UNPKG

@ray-js/components

Version:

Ray basic components

3 lines (2 loc) 128 B
import * as React from 'react'; export default function Modal({ children }: React.PropsWithChildren<Record<string, any>>): any;