UNPKG

@byndyusoft-ui/use-throttled-callback

Version:
9 lines (8 loc) 307 B
/// <reference types="react" /> import { StoryObj } from '@storybook/react'; declare const UseThrottledCallbackStory: () => JSX.Element; export declare const ThrottledCallbackStory: StoryObj<typeof UseThrottledCallbackStory>; declare const _default: { title: string; }; export default _default;