UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

8 lines 343 B
import { E_CountryDialCode } from 'src/modules/localization/common/backend/enums'; export type T_CountryCodeSelectorProps = { initialCountryCode?: E_CountryDialCode | null; onChange?: (selectedCountryCode: string) => void; flagSize?: 'lg' | '2x' | '3x' | '4x' | '5x'; usePortal?: boolean; }; //# sourceMappingURL=index.d.ts.map