2 lines
85 B
TypeScript
2 lines
85 B
TypeScript
export default function getThemeValue(prop: string, value: any, theme: object): any;
|
export default function getThemeValue(prop: string, value: any, theme: object): any;
|