1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-02-14 17:05:21 +00:00
babakdanyal b7d34c459e
feat: added a new property to hide/unhide webpart
feat: added a new FluentUI based css class to hide webpart
2023-06-27 14:00:00 +10:00

6 lines
173 B
TypeScript

declare const styles: {
enhancedPowerApps: string;
hideOnMobileDevices: string;
};
export default styles;
//# sourceMappingURL=EnhancedPowerApps.module.scss.d.ts.map