mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
declare const __DEV__: boolean;
|
|
|
|
declare module '*.css' {
|
|
const content: string;
|
|
export default content;
|
|
}
|