@pipe0/react-sdk
Version:
React utils to work with pipe0
4 lines • 538 B
TypeScript
import type { RecordFieldType, RecordFieldStatus } from "@pipe0/client-sdk";
export declare function getFieldTypeIcon(fieldType: RecordFieldType): import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export declare function getFieldStatusIcon(fieldStatus: RecordFieldStatus): import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
//# sourceMappingURL=helpers.d.ts.map