4 lines
315 B
TypeScript
4 lines
315 B
TypeScript
import { convertComponentSrcToImageSource } from './icon';
|
|
import { type MaterialIcon } from '../common/elements';
|
|
export declare function convertMaterialIconNameToImageSource(name: MaterialIcon['md']): ReturnType<typeof convertComponentSrcToImageSource>;
|
|
//# sourceMappingURL=materialIconConverter.android.d.ts.map
|