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