Interface LayoutProviderState

interface LayoutProviderState {
    currentLayout?: string;
    source?: KeyboardLayoutSource;
    tester?: KeyboardTesterState;
}

Properties

currentLayout?: string