Skip to content

Commit

Permalink
fixup! chore: re-generare api.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jun 5, 2024
1 parent a418d59 commit 05b6848
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ export type OverlayDrawerProps = ComponentProps<OverlayDrawerSlots> & Pick<Dialo
defaultOpen?: boolean;
};

// @public
export type OverlayDrawerSlots = {
root: Slot<OverlayDrawerSurfaceProps>;
};

// @public
export type OverlayDrawerState = ComponentState<OverlayDrawerInternalSlots> & Required<DrawerBaseState>;

Expand Down

0 comments on commit 05b6848

Please sign in to comment.