instacart/Snacks

View on GitHub
src/styles/type.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
declare const type: {
  DISCLAIMER_SMALL: {
    color: string
    fontSize: number
    lineHeight: string
  }
}

export default type