UNPKG

@cbinsights/fds

Version:
9 lines (8 loc) 396 B
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;