@ant-design/pro-flow
Version:
A React based Flow components
32 lines (31 loc) • 827 B
TypeScript
declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
container: {
width: string;
height: string;
};
dataFlowDrawer: {
textAlign: "left";
color: "#000";
'.ant-drawer-title': {
textAlign: "left";
};
};
'dataFlowDrawerDraggablePanel.studio-draggable-panel': {
height: string;
overflow: "visible";
zIndex: "19";
borderColor: "transparent";
borderLeftWidth: string;
};
'studio-draggable-panel-left-handle:active::before': {
backgroundColor: "rgb(195, 195, 195)";
background: string;
};
dataFlowDrawerDraggablePanel: {
display: "none";
};
'studio-draggable-panel-toggle': {
display: "none";
};
}>;
export default useStyles;