import type { Meta, StoryObj } from '@storybook/react-vite'; import { TimeChipInputProps } from './TimeChipInput'; declare const meta: Meta; export default meta; type Story = StoryObj; /** 시만 선택해도 분이 첫 유효값(00분)으로 자동 채워진 완성 시각이 onChange로 전달된다. */ export declare const HourAutofillsMinute: Story;