UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines (6 loc) 211 B
import { FC } from 'react'; export type BreakpointSwitcherProps = { className?: string; }; export declare const BreakpointSwitch: FC<BreakpointSwitcherProps>; //# sourceMappingURL=breakpoint-switch.d.ts.map