wix-style-react
Version:
wix-style-react
11 lines • 398 B
TypeScript
import React from 'react';
import { SidePanelProps } from './SidePanel.types';
type SidePanelContextProps = {
onCloseButtonClick?: () => void;
onHelpButtonClick?: () => void;
skin?: SidePanelProps['skin'];
isDraggable?: SidePanelProps['draggable'];
};
export declare const SidePanelContext: React.Context<SidePanelContextProps>;
export {};
//# sourceMappingURL=SidePanelAPI.d.ts.map