ServiceDrawer: {
    Container: (props: Props) => Element;
    Layout: (props: Props) => Element;
} = ...

Type declaration

  • Container: (props: Props) => Element
  • Layout: (props: Props) => Element