UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (7 loc) 238 B
import * as React from 'react'; import { TrayState } from '../../common/reducers'; export interface CadPanelProps { state: TrayState; setSelectedTray: (s: string) => any; } export declare const CADPanel: React.ComponentClass<{}>;