/** * Represents the `IPageMenuElementProps` interface. * * @public */ export interface IPageMenuElementProps { breakpoint: string; } //# sourceMappingURL=IPageMenuElementProps.d.ts.map