import type { BreakpointAlias } from './BreakpointAlias'; /** * Represents the `IBreakpointElementProps` interface. * * @public */ export interface IBreakpointElementProps { query: string | BreakpointAlias | Array; } //# sourceMappingURL=IBreakpointElementProps.d.ts.map