Skip to content

Commit

Permalink
Update TS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 3, 2024
1 parent 7012976 commit c82e7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ export interface CSSModulesConfig {
animation?: boolean,
/** Whether to enable hashing for CSS grid identifiers. */
grid?: boolean,
/** Whether to enable hashing for `@container` names. */
container?: boolean,
/** Whether to enable hashing for custom identifiers. */
customIdents?: boolean,
/** Whether to require at least one class or id selector in each rule. */
Expand Down

0 comments on commit c82e7d7

Please sign in to comment.