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