/** * Represents the `IDrawerContentElementProps` interface. * * @public */ export interface IDrawerContentElementProps { opened: boolean; } //# sourceMappingURL=IDrawerContentElementProps.d.ts.map