UNPKG

@rsc-labs/nocto-plugin-system

Version:

Pluggable registry system for Nocto plugins

9 lines (8 loc) 157 B
export type NoctoPluginDefinition = { id: string; routes?: any; sidebar?: any; configSchema?: any; slots?: any; injections?: any; };