UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

7 lines (6 loc) 200 B
import React from 'react'; declare type ControlProps = { path: string; }; export declare const Control: React.MemoExoticComponent<({ path }: ControlProps) => React.JSX.Element | null>; export {};