mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:01:05 +08:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export type HandlerFunction = (...args: any[]) => void;
|