UNPKG

react-colorify

Version:

A compact gradient and color picker library optimized for React, offering a fast and lag-free color selection experience with highly customizable options.

6 lines (5 loc) 163 B
import React from "react"; declare const ModalPortal: ({ children, }: { children: React.ReactNode; }) => React.ReactPortal | null; export default ModalPortal;