import type { IToolbarDropdownButton } from '@msinternal/sp-toolbar'; import type { ITopActionsFieldCommonProps } from '../topActionsField/topActionsField'; /** * TopActions dropdown props. * * @alpha */ export interface ITopActionsDropdownV2Props extends Pick, ITopActionsFieldCommonProps { } //# sourceMappingURL=ITopActionsDropdownV2.d.ts.map