ados-rcm 1.1.49 → 1.1.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -119,6 +119,18 @@ interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTML
119
119
  * Description : the padding of the divider
120
120
  */
121
121
  dividerPadding?: number;
122
+ /**
123
+ * deviderInnerStyle? : React.CSSProperties
124
+ *
125
+ * Description : the style of the divider inner
126
+ */
127
+ dividerInnerStyle?: React.CSSProperties;
128
+ /**
129
+ * dividerInnerClassName? : string
130
+ *
131
+ * Description : the className of the divider inner
132
+ */
133
+ dividerInnerClassName?: string;
122
134
  }
123
135
  export declare const ADivideFrame: (props: IADivideFrameProps) => import("react/jsx-runtime").JSX.Element;
124
136
  export {};