@plurid/plurid-react
Version:
React implementation of Plurid to explore the web in three dimensions
17 lines (16 loc) • 472 B
TypeScript
import 'immer';
import * as configuration from './configuration';
import * as general from './general';
import * as shortcuts from './shortcuts';
import * as space from './space';
import * as themes from './themes';
import * as ui from './ui';
declare const _default: {
configuration: typeof configuration;
general: typeof general;
shortcuts: typeof shortcuts;
space: typeof space;
themes: typeof themes;
ui: typeof ui;
};
export default _default;