@data-c/ui 0.2.20 → 0.2.21
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/dist/index.d.ts +2 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -988,6 +988,8 @@ interface VersaoProps {
|
|
|
988
988
|
versao: string;
|
|
989
989
|
sectionId: string;
|
|
990
990
|
authorization?: string;
|
|
991
|
+
notificarNovaVersao?: boolean;
|
|
992
|
+
localStoragePath?: string;
|
|
991
993
|
}
|
|
992
994
|
declare function NotaVersao(props: VersaoProps): react_jsx_runtime.JSX.Element;
|
|
993
995
|
|