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

19 lines 628 B
export type tcItem = { iconFileHandleId: string; label: string; description: string; }; export type TermsAndConditionsItemProps = { id: number; enabled: boolean; checked: boolean; item: tcItem; termsAndConditionsTableID: string; onChange: (id: number) => void; }; declare function TermsAndConditionsItem(props: TermsAndConditionsItemProps): import("react/jsx-runtime").JSX.Element; export declare function LoadingItem(props: { numLoadingItems: number; }): import("react/jsx-runtime").JSX.Element; export default TermsAndConditionsItem; //# sourceMappingURL=TermsAndConditionsItem.d.ts.map