UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

6 lines (3 loc) 161 B
import React from "react"; type VibeComponent<T, P = HTMLElement> = React.ForwardRefExoticComponent<T & React.RefAttributes<P>>; export default VibeComponent;