Appearance
判断dom元素中是否存在指定的class名称
import { hasClassName } from '@pinos-ui/utils'
export declare const hasClassName: (el: HTMLElement, cls: string) => boolean