@steambrew/client
Version:
A support library for creating plugins with Millennium.
15 lines (14 loc) • 403 B
TypeScript
export * from './custom-components';
export * from './custom-hooks';
export * from './components';
export * from './deck-hooks';
export * from './modules';
export * from './globals';
export * from './webpack';
export * from './utils';
export * from './class-mapper';
export * from './api';
/**
* @deprecated use @decky/api instead
*/
export declare const definePlugin: (fn: any) => any;