@windrun-huaiin/third-ui 5.12.0 → 5.12.2

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.
@@ -177,4 +177,9 @@ interface AIPromptTextareaProps {
177
177
  }
178
178
  declare function AIPromptTextarea({ value, onChange, placeholder, disabled, maxWords, wordUnitTitle, minHeight, maxHeight, className, showWordCount, autoScroll, extraScrollSpace, isWordLimit, onWordLimitChange, title, description, embed }: AIPromptTextareaProps): react_jsx_runtime.JSX.Element;
179
179
 
180
- export { AIPromptTextarea, AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton };
180
+ type TagRenderer = (chunks: React$1.ReactNode) => React$1.ReactElement;
181
+ type TagRenderers = Record<string, TagRenderer>;
182
+ declare function createRichTextRenderer(customRenderers?: TagRenderers): (t: any, key: string) => any;
183
+ declare const richText: (t: any, key: string) => any;
184
+
185
+ export { AIPromptTextarea, AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton, createRichTextRenderer, richText };
@@ -177,4 +177,9 @@ interface AIPromptTextareaProps {
177
177
  }
178
178
  declare function AIPromptTextarea({ value, onChange, placeholder, disabled, maxWords, wordUnitTitle, minHeight, maxHeight, className, showWordCount, autoScroll, extraScrollSpace, isWordLimit, onWordLimitChange, title, description, embed }: AIPromptTextareaProps): react_jsx_runtime.JSX.Element;
179
179
 
180
- export { AIPromptTextarea, AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton };
180
+ type TagRenderer = (chunks: React$1.ReactNode) => React$1.ReactElement;
181
+ type TagRenderers = Record<string, TagRenderer>;
182
+ declare function createRichTextRenderer(customRenderers?: TagRenderers): (t: any, key: string) => any;
183
+ declare const richText: (t: any, key: string) => any;
184
+
185
+ export { AIPromptTextarea, AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton, createRichTextRenderer, richText };