import type { IThemeableProps } from '../../../Behaviors/Themeable'; /** * Represents the `IRegionElementProps` interface. * * @public */ export interface IRegionElementProps extends IThemeableProps { /** * The name of the currently active view. */ active: string; } //# sourceMappingURL=IRegionElementProps.d.ts.map