@skybin-tech/brandkit
Version:
React components for brand-compliant social login buttons
10 lines (9 loc) • 382 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { default as GoogleButton } from './GoogleButton';
declare const meta: Meta<typeof GoogleButton>;
export default meta;
type Story = StoryObj<typeof GoogleButton>;
export declare const Playground: Story;
export declare const AllVariants: Story;
export declare const Disabled: Story;
export declare const CustomHeight: Story;