Make priority copy updates

This commit is contained in:
Ryon Coleman 2024-12-11 13:48:11 -05:00 committed by Carlos Felix
commit 048fec4886
27 changed files with 388 additions and 343 deletions

View file

@ -0,0 +1,16 @@
declare namespace UpdateBannerNamespace {
export interface IUpdateBannerScss {
updateBannerAlert: string;
updateBannerContainer: string;
updateBanner: string;
updatePillIcon: string;
updateHeading: string;
}
}
declare const UpdateBannerScssModule: UpdateBannerNamespace.IUpdateBannerScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: UpdateBannerNamespace.IUpdateBannerScss;
};
export = UpdateBannerScssModule;