UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

10 lines (6 loc) 196 B
import * as React from 'react'; export interface RootRefProps { rootRef?: () => React.HTMLAttributes<any>; } declare const RootRef: React.ComponentType<RootRefProps>; export default RootRef;