dhre-ui-kit 0.0.362 → 0.0.364
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.
- package/lib/index.d.ts +3 -0
- package/lib/index.js +307 -461
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +307 -461
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -498,6 +498,9 @@ interface CustomLoaderProps {
|
|
|
498
498
|
loading: boolean;
|
|
499
499
|
brandName?: string;
|
|
500
500
|
loadingText?: string;
|
|
501
|
+
customeContainer?: ViewStyle;
|
|
502
|
+
customeBackDrop?: ViewStyle;
|
|
503
|
+
customeBox?: ViewStyle;
|
|
501
504
|
}
|
|
502
505
|
|
|
503
506
|
declare const _default$d: (props: CustomLoaderProps) => React$1.JSX.Element;
|