UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

10 lines (9 loc) 302 B
import React from 'react'; interface DraggableWidgetProps { children: React.ReactNode; } /** * A draggable widget that can be used to create custom draggable components. */ export declare const DraggableWidget: (props: DraggableWidgetProps) => import("react/jsx-runtime").JSX.Element; export {};