@undp/carbon-library 1.0.174-carbon-lib-test.2 → 1.0.174-carbon-lib-test.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import type { StoryObj } from "@storybook/react";
3
3
  import "antd/dist/antd.css";
4
4
  declare const meta: {
5
5
  title: string;
6
- component: (props: any) => import("react").JSX.Element;
6
+ component: import("react").FC;
7
7
  parameters: {
8
8
  layout: string;
9
9
  };
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ import "react-phone-number-input/style.css";
3
+ import "./addNewUserComponent.scss";
4
+ import "../Styles/app.scss";
5
+ export interface AddNewUserComponent {
6
+ onNavigateToUserManagement?: any;
7
+ onNavigateLogin?: any;
8
+ themeColor?: any;
9
+ }
10
+ export declare const AddNewUserComponent: FC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.174-carbon-lib-test.2",
3
+ "version": "1.0.174-carbon-lib-test.4",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {