@clerk/clerk-js
Version:
Clerk JS library
6 lines (5 loc) • 335 B
TypeScript
import React from 'react';
export declare const SocialButtonsReversibleContainerWithDivider: (props: React.PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
export declare const ReversibleContainer: (props: React.PropsWithChildren<{
reverse?: boolean;
}>) => import("@emotion/react/jsx-runtime").JSX.Element;