UNPKG

@lax-wp/design-system

Version:

A comprehensive React + TypeScript design system built with Vite, providing reusable UI components for the LAX web portal applications. Features a complete set of form components, data display elements, and interactive controls with full TypeScript suppor

7 lines (6 loc) 215 B
import { ReactNode } from 'react'; export declare const DropableWrapper: ({ children, id, enabled, }: { children: ReactNode; id: string; enabled?: boolean; }) => import("react/jsx-runtime").JSX.Element;