UNPKG

@shopify/app-bridge

Version:

> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y

10 lines (9 loc) 755 B
import { Action, ContextAction, DiscardAction, Options, Payload, ContextualSaveBarAction, ShowOptions, SaveActionOptions, DiscardActionOptions, ContextualSaveBarApi, show, hide, save, discard, update, ContextualSaveBar } from '@shopify/app-bridge-core/actions/ContextualSaveBar'; import { ClientApplication } from '../../client'; export { Action, ContextAction, DiscardAction, Options, Payload, ContextualSaveBarAction, ShowOptions, SaveActionOptions, DiscardActionOptions, ContextualSaveBarApi, show, hide, save, discard, update, ContextualSaveBar, }; /** * Returns a new instance of a ContextualSaveBar action set * @param app the client application * */ export declare function create(app: ClientApplication, options?: Options): ContextualSaveBar;