1 line
89 B
TypeScript
1 line
89 B
TypeScript
export default function isMuiElement(element: any, muiNames: readonly string[]): boolean; |