@justuno/template-library
Advanced tools
+1
-1
| { | ||
| "name": "@justuno/template-library", | ||
| "version": "0.2.40", | ||
| "version": "0.2.41", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
| import React from "react"; | ||
| interface AgencyCardProps { | ||
| logoURL: string; | ||
| title: string; | ||
| services: any; | ||
| onContact: () => void; | ||
| types: string[]; | ||
| } | ||
| declare const AgencyCard: React.FC<AgencyCardProps>; | ||
| export default AgencyCard; |
| /// <reference types="react" /> | ||
| interface AndGroupContentVisualProps { | ||
| type: string; | ||
| title: string; | ||
| content: { | ||
| [key: string]: any; | ||
| }; | ||
| hideOverflow?: boolean; | ||
| } | ||
| declare const AndGroupContentVisual: ({ type, title, content, hideOverflow, ...props }: AndGroupContentVisualProps) => JSX.Element; | ||
| export default AndGroupContentVisual; |
| /// <reference types="react" /> | ||
| declare const DesignEmptyCard: () => JSX.Element; | ||
| export default DesignEmptyCard; |
| import React from "react"; | ||
| interface EmptyMessageProps { | ||
| entity: string; | ||
| isLoading?: boolean; | ||
| } | ||
| declare const EmptyMessage: React.FC<EmptyMessageProps>; | ||
| export default EmptyMessage; |
| import React, { ReactNode } from "react"; | ||
| export interface TemplateState { | ||
| update: (attrs: Partial<TemplateState>) => void; | ||
| requirements: { | ||
| type: string; | ||
| message: string; | ||
| }[]; | ||
| tileHeights: { | ||
| [key: string]: number; | ||
| }; | ||
| } | ||
| export declare const TemplateContext: React.Context<TemplateState | undefined>; | ||
| export declare const TemplateProvider: React.FC<{ | ||
| children: ReactNode; | ||
| }>; | ||
| export declare const useTemplateState: () => TemplateState; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5124030
-0.03%112
-4.27%99565
-0.05%