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

Type declaration

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