@cbinsights/fds
Version:
Form: A design system by CB Insights
9 lines (8 loc) • 396 B
TypeScript
import { HeaderProps } from './index';
import { StoryObj } from '@storybook/react';
export declare const Primary: StoryObj<HeaderProps>;
declare const _default: {
component: ({ onAdvancedSearchClick, onSearchClick, showLogo, logoImg, Link, smartInputProps: { isClearable, styles, selectRef, ...smartInputProps }, }: HeaderProps) => JSX.Element;
title: string;
};
export default _default;