UNPKG

@artsy/cohesion

Version:
8 lines (7 loc) 221 B
/** * Master list of types available in web and iOS * * A type of object that the action is triggered on * @packageDocumentation */ export declare type EntityModuleType = "thumbnail" | "header" | "stub" | "viewAll";