mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-09 11:11:59 +00:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
|
// FIX(rickard): See if we can get the types properly from the lib instead
|
||
|
declare module '@status-im/colors' {
|
||
|
export const customisation: Record<string, string>
|
||
|
}
|