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.

23 lines 722 B
export interface I_EnableMenuProps { menuButtonIcon?: string; menuButtonText?: string; menuButtonLabel?: string; menuButtonColor?: string; menuButtonTextColor?: string; headerText?: string; children: React.ReactNode; primaryColor?: string; secondaryColor?: string; primaryButtonText?: string; secondaryButtonText?: string; disableMenuButton?: boolean; disablePrimaryButton?: boolean; disableSecondaryButton?: boolean; isActive?: boolean; renderMenuButtonAsDropdown?: boolean; onPrimaryButtonClick?: VoidFunction; onSecondaryButtonClick?: VoidFunction; menuListWidth?: string; footerButtonsWidth?: string; } //# sourceMappingURL=index.d.ts.map