UNPKG

@onwave/ui

Version:
8 lines (7 loc) 253 B
import { Meta, Story } from "@storybook/react"; import React from "react"; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const SimpleTextButton: Story<{ children?: React.ReactNode; }>;