UNPKG
tweak-tools
Version:
latest (0.1.1)
0.1.1
0.1.0
Tweak your React projects until awesomeness
github.com/appeltje-c/tweak-tools
appeltje-c/tweak-tools
tweak-tools
/
dist
/
components
/
Control
/
Control.d.ts
7 lines
(6 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
declare
type
ControlProps
= {
path
:
string
; };
export
declare
const
Control
:
React
.
MemoExoticComponent
<
(
{ path }:
ControlProps
) =>
React
.
JSX
.
Element
|
null
>;
export
{};