mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Expand kitchen sink plugin demos
This commit is contained in:
parent
6fa1dd2197
commit
cb5d7e76fb
19 changed files with 1602 additions and 116 deletions
|
|
@ -56,6 +56,7 @@ export {
|
|||
usePluginAction,
|
||||
useHostContext,
|
||||
usePluginStream,
|
||||
usePluginToast,
|
||||
} from "./hooks.js";
|
||||
|
||||
// Bridge error and host context types
|
||||
|
|
@ -73,6 +74,10 @@ export type {
|
|||
PluginDataResult,
|
||||
PluginActionFn,
|
||||
PluginStreamResult,
|
||||
PluginToastTone,
|
||||
PluginToastAction,
|
||||
PluginToastInput,
|
||||
PluginToastFn,
|
||||
} from "./types.js";
|
||||
|
||||
// Slot component prop interfaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue