Skip to content

Commit 7464bf1

Browse files
committed
chore(motion): yarn nx run build
1 parent 442c42d commit 7464bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-components/react-motion/library/etc/react-motion.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function createMotionComponent<MotionParams extends Record<string, Motion
2424
// @public (undocumented)
2525
export function createPresenceComponent<MotionParams extends Record<string, MotionParam> = {}>(value: PresenceMotion | PresenceMotionFn<MotionParams>): PresenceComponent<MotionParams>;
2626

27-
// @public (undocumented)
27+
// @public
2828
export function createPresenceComponentVariant<MotionParams extends Record<string, MotionParam> = {}>(component: PresenceComponent<MotionParams>, variantParams: Partial<MotionParams>): PresenceComponent<MotionParams>;
2929

3030
// @public (undocumented)

0 commit comments

Comments
 (0)