UNPKG

@artsy/cohesion

Version:
8 lines (7 loc) 166 B
import { Type as _Type } from "./DeprecatedValues"; export interface Type { /** * Identifier of the type of element being clicked */ type: _Type; }