1
0
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:
BcRikko
2023-04-01 22:36:20 +09:00
parent 18cf59f0da
commit 17b49006e5
24 changed files with 408 additions and 98 deletions

5
types/env.d.ts vendored
View File

@@ -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