Workspaces: {
    Form: <Values extends FieldValues>(
        __namedParameters: FormViewProps<Values>,
    ) => Element;
    InvitesButton: () => Element;
    Layout: (props: Props) => Element;
    LayoutBlock: (props: Props) => Element;
    List: () => Element;
    LoadingView: (
        props: Props,
    ) => string | number | boolean | Element | Iterable<ReactNode>;
    SignoutButton: () => Element;
    Subtitle: (props: Props) => Element;
    Title: (props: Props) => Element;
    WorkspaceSearchbar: () => Element;
} = ...

Type declaration

  • Form: <Values extends FieldValues>(
        __namedParameters: FormViewProps<Values>,
    ) => Element
  • InvitesButton: () => Element
  • Layout: (props: Props) => Element
  • LayoutBlock: (props: Props) => Element
  • List: () => Element
  • LoadingView: (props: Props) => string | number | boolean | Element | Iterable<ReactNode>
  • SignoutButton: () => Element
  • Subtitle: (props: Props) => Element
  • Title: (props: Props) => Element
  • WorkspaceSearchbar: () => Element