import type { IToolbarBasicButton } from '@msinternal/sp-toolbar'; import type { ITopActionsFieldCommonProps } from '../topActionsField/topActionsField'; /** * TopActions basic button props. * * @alpha */ export interface ITopActionsButtonV2Props extends Pick, ITopActionsFieldCommonProps { } //# sourceMappingURL=ITopActionsButtonV2.d.ts.map