@movmo_app/react-common 0.5.1 → 0.6.0

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 CHANGED
@@ -111,6 +111,8 @@ export declare interface PassengerFormProps {
111
111
  errorMessage?: string;
112
112
  }
113
113
 
114
+ export declare const PassengerFormSkeleton: () => JSX_2.Element;
115
+
114
116
  export declare const SearchInput: React_2.ForwardRefExoticComponent<SearchInputProps & React_2.RefAttributes<HTMLInputElement>>;
115
117
 
116
118
  declare interface SearchInputProps extends React_2.InputHTMLAttributes<HTMLInputElement> {