UNPKG

@skybin-tech/brandkit

Version:

React components for brand-compliant social login buttons

8 lines (7 loc) 294 B
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 meta>; export declare const Playground: Story; export declare const AllVariants: Story;