@byndyusoft-ui/use-throttled-callback
Version:
Byndyusoft UI React Hook
9 lines (8 loc) • 307 B
TypeScript
/// <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;