UNPKG

@devlander/styled-components-theme

Version:

Devlander's team utilizes this package during the development of their React Native projects. Its primary purpose is to facilitate code reuse by sharing types across multiple projects that uses the styled-components library.

8 lines (7 loc) 133 B
export type ElevationType = { level1: string; level2: string; level3: string; level4: string; level5: string; };