synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 443 B
TypeScript
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