mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-03 06:13:18 -07:00
Make priority copy updates
This commit is contained in:
parent
7626a2e051
commit
048fec4886
27 changed files with 388 additions and 343 deletions
16
client/src/components/UpdateBanner/UpdateBanner.module.scss.d.ts
vendored
Normal file
16
client/src/components/UpdateBanner/UpdateBanner.module.scss.d.ts
vendored
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue