UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

10 lines (9 loc) 208 B
/** * @deprecated * @param element * @param options */ export default function getClasses<T = { [name: string]: string }>( element: React.ReactElement, options?: Partial<{ withTheme: boolean }> ): T;