From 74f514499020d223046e920948a51575e495012a Mon Sep 17 00:00:00 2001 From: easyops-eve Date: Wed, 27 Nov 2024 03:01:21 +0000 Subject: [PATCH] chore(): update docs etc --- etc/brick-kit.api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/brick-kit.api.md b/etc/brick-kit.api.md index 550775896f..04a9a6778c 100644 --- a/etc/brick-kit.api.md +++ b/etc/brick-kit.api.md @@ -84,6 +84,7 @@ import { StoryboardFunction } from '@next-core/brick-types'; import { StoryConf } from '@next-core/brick-types'; import { Subtract } from 'react-i18next'; import { TemplatePackage } from '@next-core/brick-types'; +import { TransformedFunction } from '@next-core/brick-types'; import { UseBrickConf } from '@next-core/brick-types'; import { UseProviderResolveConf } from '@next-core/brick-types'; import { UserInfo } from '@next-core/brick-types'; @@ -587,6 +588,8 @@ export interface RuntimeStoryboardFunction { // (undocumented) source: string; // (undocumented) + transformed?: TransformedFunction; + // (undocumented) typescript?: boolean; } @@ -602,7 +605,7 @@ export function SingleBrickAsComponentFactory(React: typeof _React): React_2.Mem // Warning: (ae-internal-missing-underscore) The name "StoryboardFunctionPatch" should be prefixed with an underscore because the declaration is marked as @internal // // @internal (undocumented) -export type StoryboardFunctionPatch = Pick; +export type StoryboardFunctionPatch = Pick; // Warning: (ae-internal-missing-underscore) The name "StoryboardFunctionRegistry" should be prefixed with an underscore because the declaration is marked as @internal //