UNPKG

@skybin-tech/brandkit

Version:

React components for brand-compliant social login buttons

10 lines (9 loc) 427 B
import { Meta, StoryObj } from '@storybook/react'; import { default as LinkedInButton } from './LinkedInButton'; declare const meta: Meta<typeof LinkedInButton>; export default meta; export declare const LightLoginRound: StoryObj; export declare const DarkLoginSquare: StoryObj; export declare const LightContinueRound: StoryObj; export declare const DarkContinueSquare: StoryObj; export declare const DisabledRound: StoryObj;