UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

9 lines 396 B
/// <reference types="powerapps-component-framework" /> export declare class FluentDesignStateMock implements ComponentFramework.FluentDesignState { brand: ComponentFramework.BrandVariants; isDarkTheme?: boolean; tokenTheme: ComponentFramework.Theme; typographyTokens?: ComponentFramework.TypographyStyles; constructor(); } //# sourceMappingURL=FluentDesignState.mock.d.ts.map