1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Update extensions/tags/js/src/common/helpers/tagIcon.tsx

Co-authored-by: David Wheatley <hi@davwheat.dev>
This commit is contained in:
Alexander Skvortsov
2022-03-24 21:26:03 -04:00
committed by GitHub
parent d34cf1d925
commit b88db06a74

View File

@@ -1,6 +1,6 @@
import { ComponentAttrs } from 'flarum/common/Component';
import classList from 'flarum/common/utils/classList';
import Tag from '../models/Tag';
import type Tag from '../models/Tag';
import type Mithril from 'mithril';
export default function tagIcon(tag: Tag, attrs: ComponentAttrs = {}, settings: {useColor?: boolean} = {}): Mithril.Children {