This commit is contained in:
Robin Townsend
2023-07-13 23:15:43 -04:00
parent 8cee8c8779
commit e53b0c0244
14 changed files with 310 additions and 21 deletions

View File

@@ -802,6 +802,7 @@ interface DragTileData {
export interface ChildrenProperties<T> {
ref: Ref<HTMLElement>;
className?: string;
style: ComponentProps<typeof animated.div>["style"];
/**
* The width this tile will have once its animations have settled.