UNPKG

@starter-ui/core

Version:

This is a UI Components built with the utility classes from Tailwind CSS.

7 lines (6 loc) 136 B
interface Props { className?: string; onClick?: () => void; } declare const Backdrop: React.FC<Props>; export default Backdrop;