1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-04-11 12:14:16 +03:00

Export CommonExternalProps

This commit is contained in:
Nathan Bierema 2023-01-05 08:47:54 -05:00
parent 81926f3212
commit f11383d294

View File

@ -85,5 +85,6 @@ export type {
IsCustomNode,
SortObjectKeys,
Styling,
CommonExternalProps,
} from './types';
export type { StylingValue };