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, IsCustomNode,
SortObjectKeys, SortObjectKeys,
Styling, Styling,
CommonExternalProps,
} from './types'; } from './types';
export type { StylingValue }; export type { StylingValue };