5 lines
239 B
TypeScript
5 lines
239 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
// @nychthemeron/library ships this as a CSS-only export subpath, so it has
|
|
// no matching *.css wildcard declaration (the specifier doesn't end in .css).
|
|
declare module '@nychthemeron/library/style'
|