UNPKG

208 BTypeScriptView Raw
1/**
2 * @deprecated
3 * @param element
4 * @param options
5 */
6export default function getClasses<T = { [name: string]: string }>(
7 element: React.ReactElement,
8 options?: Partial<{ withTheme: boolean }>
9): T;