UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

7 lines (6 loc) 179 B
/// <reference types="react" /> interface LogoutButtonProps { onResultFetched: () => void; } declare const LogoutButton: React.FC<LogoutButtonProps>; export { LogoutButton };