UNPKG
@activelylearn/material-ui
Version:
latest (1.1.0-al-menuitem-fix)
1.1.0-al-menuitem-fix
1.0.0-beta.21al
1.0.0-beta.21
Material-UI's workspace package
material-ui.com
mui-org/material-ui
@activelylearn/material-ui
/
packages
/
material-ui
/
src
/
RootRef
/
RootRef.d.ts
10 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
'react'
;
export
interface
RootRefProps
{
rootRef
?:
() =>
React
.
HTMLAttributes
<
any
>; }
declare
const
RootRef
:
React
.
ComponentType
<
RootRefProps
>;
export
default
RootRef
;