/** * The type of redux action to enter (or rather initiate entering) * picture-in-picture. * * { * type: ENTER_PICTURE_IN_PICTURE * } * * @public */ export const ENTER_PICTURE_IN_PICTURE = 'ENTER_PICTURE_IN_PICTURE';