UNPKG
andy-material-demo
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.1
0.1.0
material-demo
unpkg.com/andy-material-demo@0.1.4/build/index.html
andy-material-demo
/
es
/
index.d.ts
8 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
interface
ComponentProps
{
title
:
string
;
content
:
string
; }
declare
const
RefExampleComponent
:
React
.
ForwardRefExoticComponent
<
ComponentProps
&
React
.
RefAttributes
<
any
>>;
export
default
RefExampleComponent
;