mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(packages): add server-only bundles (#1349)
This commit is contained in:
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
declare const __DEV__: boolean;
|
||||
declare const __BROWSER__: boolean;
|
||||
|
||||
declare module '*.css' {
|
||||
const content: string;
|
||||
|
||||
Reference in New Issue
Block a user