UNPKG

@challenge.day/uikit

Version:

The UI Kit is as suite of UI elements/components implemented according to this [spec](https://www.figma.com/design/BCswG7SnW2HQ4XlQN9liDO/Challenge.day?node-id=3734-4804&m=dev).

7 lines (6 loc) 206 B
import { Meta } from "@storybook/react"; import UIKitInput from "./Input"; import React from "react"; declare const meta: Meta<typeof UIKitInput>; export declare const Input: React.FC; export default meta;