@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
10 lines (9 loc) • 406 B
TypeScript
/// <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