Type alias ProfileProps

ProfileProps: {
    appearance?: {
        theme?: Theme;
    };
    scuteClient: ScuteClient;
}

Type declaration

  • Optional appearance?: {
        theme?: Theme;
    }
  • scuteClient: ScuteClient

Generated using TypeDoc