UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

13 lines (12 loc) 436 B
import type { MetaAction } from '../../actions/types'; import { Action } from '../../actions/Fullscreen'; import { ValidationError } from '../type-validate'; /** * Performs validation for an fullscreen action * @param action the action being dispatched * @returns undefined or an array of validation errors * * @beta */ export declare function validateAction(action: MetaAction): ValidationError[] | undefined; export { Action };