@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
6 lines • 301 B
TypeScript
//#region src/utils/index.types.d.ts
type ReactNodeOrFunction<Y = unknown> = ((props: Y) => React.ReactNode) | React.ReactNode;
type TransformProps<Y = unknown, M = unknown> = ((props: M) => Y) | Y;
//#endregion
export { ReactNodeOrFunction, TransformProps };
//# sourceMappingURL=index.types.d.ts.map