UNPKG

@shopify/app-bridge-core

Version:

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

17 lines (16 loc) 574 B
import { ButtonGroupAction, Action } from '../../actions/ButtonGroup'; import { Indexable } from '../type-validate'; export declare const buttonGroupSchema: import("../type-validate").Validator; export declare function validateProps(props: Indexable): { path: string | undefined; error: string; message?: string | undefined; value: any; }[] | undefined; export declare function validateAction(action: ButtonGroupAction): { path: string | undefined; error: string; message?: string | undefined; value: any; }[] | undefined; export { Action };