chore: remove unused exports and dead css.d.ts
- camelCase removed entirely (never imported anywhere) - PATH_STYLE_ATTRS, ChildEntry, createChildRegisterHandler made private (used only internally within their modules) - src/types/css.d.ts deleted (leftover from an earlier approach — no .css imports exist in the source)main
parent
3ec2d07115
commit
565b79a89c
@ -1,4 +0,0 @@
|
|||||||
declare module '*.css' {
|
|
||||||
const content: string;
|
|
||||||
export default content;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue