UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

5 lines (4 loc) 150 B
export default function getClasses<T = { [name: string]: string }>( element: React.ReactElement, options?: Partial<{ withTheme: boolean }>, ): T;