@wix/design-system
Version:
@wix/design-system
12 lines • 498 B
TypeScript
import React from 'react';
import { SidePanelProps } from './SidePanel.types';
type SidePanelContextProps = {
closeButtonProps?: SidePanelProps['closeButtonProps'];
helpButtonProps?: SidePanelProps['helpButtonProps'];
skin?: SidePanelProps['skin'];
isDraggable?: SidePanelProps['draggable'];
backButtonProps?: SidePanelProps['backButtonProps'];
};
export declare const SidePanelContext: React.Context<SidePanelContextProps>;
export {};
//# sourceMappingURL=SidePanelAPI.d.ts.map