@shopify/polaris
Version:
Shopify’s admin product component library
6 lines (5 loc) • 301 B
TypeScript
/// <reference types="react" />
import { ContextualSaveBarProps as ContextualSaveBarProps1 } from '../../utilities/frame';
export interface ContextualSaveBarProps extends ContextualSaveBarProps1 {
}
export declare const ContextualSaveBar: import("react").NamedExoticComponent<ContextualSaveBarProps>;