UNPKG

@spaced-out/ui-design-system

Version:
120 lines 2.96 kB
import * as React from 'react'; import type { TextProps } from './Text'; declare const _default: { tags: string[]; title: string; argTypes: { color: { options: unknown[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; className: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightString: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightedTextClassName: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightWithBackground: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; caseSensitiveHighlighting: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _SingleString: { (args: TextProps): React.ReactElement<React.ComponentProps<(_0: TextProps) => React.ReactNode>>; args: { color: "primary"; children: string; highlightWithBackground: boolean; highlightString: string; }; }; export declare const _MultipleString: { (args: TextProps): React.ReactElement<React.ComponentProps<(_0: TextProps) => React.ReactNode>>; args: { color: "primary"; children: string; highlightWithBackground: boolean; highlightString: string[]; }; }; //# sourceMappingURL=HighlightedText.stories.d.ts.map