UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

7 lines (6 loc) 189 B
import * as React from 'react'; /** * @ignore - internal component. */ declare const ButtonGroupButtonContext: React.Context<string | undefined>; export default ButtonGroupButtonContext;