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