UNPKG

@shopify/app-bridge

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

9 lines (8 loc) 279 B
import type { MetaAction } from '../../actions/types'; export declare function validateAction(action: MetaAction): { path: string | undefined; error: string; message?: string | undefined; value: any; }[] | undefined; export { Action } from '../../actions/Share';