UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 443 B
import { ReactNode } from 'react'; import { ColumnIconConfigs } from '../CardContainerLogic'; type LabelMaybeWithIconProps = { children: ReactNode; value: string; iconConfig: ColumnIconConfigs['columns'][string] | undefined; }; export declare function LabelMaybeWithIcon({ children, value, iconConfig, }: LabelMaybeWithIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LabelMaybeWithIcon.d.ts.map