/** * The `LogInButton` component displays a social login button which will open * a popup window containing the specified path. * * ### Attrs * * - `path` */ export default class LogInButton extends Button { static initAttrs(attrs: any): void; constructor(); } import Button from "../../common/components/Button";