mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
3ecb6c4a31
- Migrated to WXT - Migrated to NPM - Added Insert & copy action - Added ESLint
6 lines
207 B
TypeScript
6 lines
207 B
TypeScript
import ExtensionOptions from "./ExtensionOptions";
|
|
import GeneratorOptions from "./GeneratorOptions";
|
|
|
|
export { useStorage, StorageProvider } from "./Storage";
|
|
export { ExtensionOptions, GeneratorOptions };
|