Appearance
Returns the name of the component, based on its VNode.
VNode
import { getComponentName } from '@flux-ui/internals'; const name = getComponentName(vnode);
export declare function getComponentName( component: VNode ): string;