UNPKG

@spaced-out/ui-design-system

Version:
17 lines 490 B
import * as React from 'react'; import type { Flow } from 'flow-to-typescript-codemod'; type ClassNames = Readonly<{ icon?: string; title?: string; wrapper?: string; }>; export interface TextTileProps { header?: React.ReactNode; iconName?: string; classNames?: ClassNames; description?: React.ReactNode; testId?: string; } export declare const TextTile: Flow.AbstractComponent<TextTileProps, HTMLDivElement>; export {}; //# sourceMappingURL=TextTile.d.ts.map