mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '*.css' {
|
|
const content: string
|
|
export default content
|
|
}
|