UNPKG

@muban/storybook

Version:
3 lines (2 loc) 189 B
import type { StrictArgTypes } from '@storybook/types'; export declare function sanitizeParams(parameters: Record<string, unknown>, argumentTypes: StrictArgTypes): Record<string, unknown>;