UNPKG

@lobehub/chat-plugin-sdk

Version:

Lobe Chat Plugin SDK, help you to build an amazing chat plugin for Lobe Chat

2 lines (1 loc) 108 B
export declare const usePluginState: <T>(key: string, initialValue: T) => readonly [T, (value: T) => void];