|
Last change
on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Working / before login
|
-
Property mode
set to
100644
|
|
File size:
642 bytes
|
| Line | |
|---|
| 1 | export { P as PluginUtils } from './resolve-config-QUZ9b-Gn.mjs';
|
|---|
| 2 | import { a as PluginFn, C as Config, b as PluginWithConfig, c as PluginWithOptions } from './types-CJYAW1ql.mjs';
|
|---|
| 3 | export { d as PluginAPI, P as PluginsConfig, T as ThemeConfig } from './types-CJYAW1ql.mjs';
|
|---|
| 4 | import './colors.mjs';
|
|---|
| 5 |
|
|---|
| 6 | declare function createPlugin(handler: PluginFn, config?: Partial<Config>): PluginWithConfig;
|
|---|
| 7 | declare namespace createPlugin {
|
|---|
| 8 | var withOptions: <T>(pluginFunction: (options?: T) => PluginFn, configFunction?: (options?: T) => Partial<Config>) => PluginWithOptions<T>;
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | export { Config, PluginFn as PluginCreator, createPlugin as default };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.