mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-10 11:35:50 +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>
|
|
}
|