UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

11 lines (10 loc) 228 B
/** * Billing info mode * READ: display info * EDIT: edit form to change the info */ export declare enum UserBillingInfoMode { READ = "read", EDIT = "edit" } export declare const VAT_EXAMPLE: Record<string, string>;