@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
12 lines • 410 B
TypeScript
import type { LitElement } from 'lit';
import type { MixinBase, MixinReturn } from '../behaviors/mixin';
export type TMixinXROptions = {
xr: boolean;
getRenderClasses(): ({
xr: boolean;
}) & {
[e: string]: any;
};
};
export declare function mixinXROptions<T extends MixinBase<LitElement>>(base: T): MixinReturn<T, TMixinXROptions>;
//# sourceMappingURL=xr-options.mixin.d.ts.map