| 6 | import { SplitTabComponent, SplitTabRecoveryProvider } from './components/splitTab.component' |
| 7 | |
| 8 | export interface SplitLayoutProfileOptions { |
| 9 | recoveryToken: any |
| 10 | } |
| 11 | |
| 12 | export interface SplitLayoutProfile extends Profile { |
| 13 | options: SplitLayoutProfileOptions |
nothing calls this directly
no outgoing calls
no test coverage detected