UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

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