mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 09:41:47 +02:00
create button element
This commit is contained in:
5
types/env.d.ts
vendored
5
types/env.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
import type { GeneratedDocument } from "../scripts/docgen"
|
||||
|
||||
declare module '*.css';
|
||||
declare module '*.css' {
|
||||
const styles: Record<string, string>
|
||||
export default styles
|
||||
}
|
||||
|
||||
declare module '*.properties.json' {
|
||||
const json: GeneratedDocument
|
||||
|
Reference in New Issue
Block a user