import type { IToolbarComboboxButton } from '@msinternal/sp-toolbar'; import type { ITopActionsFieldCommonProps } from '../topActionsField/topActionsField'; /** * TopActions combobox props. * * @alpha */ export interface ITopActionsComboboxProps extends Pick, ITopActionsFieldCommonProps { } //# sourceMappingURL=ITopActionsCombobox.d.ts.map