Skip to content

Commit

Permalink
Rebuilding API
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Sep 24, 2020
1 parent 581c47d commit 1efd8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/framer-motion.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ export interface BoxDelta {
// @public
export function createBatcher(): SyncLayoutBatcher;

// @public
export function createDomMotionComponent(key: string): React.ForwardRefExoticComponent<MotionProps & React.RefAttributes<unknown>>;

// Warning: (ae-forgotten-export) The symbol "MotionComponentConfig" needs to be exported by the entry point index.d.ts
// Warning: (ae-internal-missing-underscore) The name "createMotionComponent" should be prefixed with an underscore because the declaration is marked as @internal
//
Expand Down

0 comments on commit 1efd8ba

Please sign in to comment.