@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.cjs.js +24 -24
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +1804 -1748
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
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> {
|