@spaceandtimelabs/makeinfinite-ui 0.29.1 → 0.31.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
@@ -98,6 +98,8 @@ export declare const RGPreviewLayout: (props: {
98
98
  layout: any;
99
99
  }) => JSX_2.Element;
100
100
 
101
+ export declare const setTailwindTheme: (theme: object) => void;
102
+
101
103
  export declare const syncAndRetry: (projectName: string, projectRepository: string) => Promise<void>;
102
104
 
103
105
  export declare const useAPI: () => APIContextType;