Root: {
ButtonInvites: () => Element;
ButtonOutline: (props: Props) => Element;
Container: (props: Props) => Element;
InvitesList: () => Element;
Layout: (props: Props) => Element;
LoadingView: (
props: Props,
) => string | number | boolean | Element | Iterable<ReactNode>;
Logo: (props: Props) => Element;
Subtitle: (props: Props) => Element;
Title: (props: Props) => Element;
} = ...
Type declaration
ButtonInvites: () => Element
ButtonOutline: (props: Props) => Element
Container: (props: Props) => Element
InvitesList: () => Element
Layout: (props: Props) => Element
LoadingView: (props: Props) => string | number | boolean | Element | Iterable<ReactNode>
Logo: (props: Props) => Element
Subtitle: (props: Props) => Element
Title: (props: Props) => Element