aq-fe-framework 0.1.1123 → 0.1.1124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -200,6 +200,10 @@ interface I$5 extends ButtonProps {
|
|
|
200
200
|
children?: ReactNode;
|
|
201
201
|
autoPadding?: boolean;
|
|
202
202
|
}
|
|
203
|
+
/**
|
|
204
|
+
* @deprecated Component này không xài nữa
|
|
205
|
+
* Vui lòng dùng `MyButtonPrintPDF` từ `core` thay thế.
|
|
206
|
+
*/
|
|
203
207
|
declare function MyButtonPrintPDF({ contentToPrint, children, autoPadding, ...rest }: I$5): react_jsx_runtime.JSX.Element;
|
|
204
208
|
|
|
205
209
|
interface FieldConfig {
|