UNPKG

strapi-plugin-app-version

Version:

This plugin displays the version in the Strapi settings

6 lines (5 loc) 162 B
interface InitializerProps { setPlugin: (id: string) => void; } declare const Initializer: ({ setPlugin }: InitializerProps) => null; export { Initializer };