@skybin-tech/brandkit
Version:
React components for brand-compliant social login buttons
9 lines (8 loc) • 353 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { default as GitHubButton } from './GitHubButton';
declare const meta: Meta<typeof GitHubButton>;
export default meta;
export declare const LightLogin: StoryObj;
export declare const DarkLogin: StoryObj;
export declare const LightContinue: StoryObj;
export declare const DarkContinue: StoryObj;