react-nepalipatro
Version:
A reusable Nepali (Bikram Sambat) calendar React component.
7 lines (6 loc) • 298 B
TypeScript
import type { Meta, StoryObj } from "@storybook/react";
import { NepaliCalendar } from "../component/nepali-calendar/NepaliCalendar";
declare const meta: Meta<typeof NepaliCalendar>;
export default meta;
type Story = StoryObj<typeof NepaliCalendar>;
export declare const ControlledCalendar: Story;