mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
import { bottle } from './container';
|
|
import { createShlinkWebComponent } from './ShlinkWebComponent';
|
|
|
|
export const ShlinkWebComponent = createShlinkWebComponent(bottle);
|
|
|
|
export type { Settings } from './utils/settings';
|