@os-design/website
Version:
27 lines • 1.18 kB
TypeScript
export { default as AppMain } from './AppMain';
export { default as BaseFeatureSection } from './BaseFeatureSection';
export { default as ContactsPage } from './ContactsPage';
export { default as DarkSection } from './DarkSection';
export { default as EarlyAccessSection } from './EarlyAccessSection';
export { default as ErrorSection } from './ErrorSection';
export { default as Feature } from './Feature';
export { default as FeatureSection } from './FeatureSection';
export { default as Footer } from './Footer';
export { default as Header } from './Header';
export { default as LanguageSwitcher } from './LanguageSwitcher';
export { default as Navigation } from './Navigation';
export { default as Section } from './Section';
export { default as Sidebar } from './Sidebar';
export * from './ContactsPage';
export * from './DarkSection';
export * from './EarlyAccessSection';
export * from './ErrorSection';
export * from './Feature';
export * from './FeatureSection';
export * from './Footer';
export * from './Header';
export * from './LanguageSwitcher';
export * from './Navigation';
export * from './Section';
export * from './Sidebar';
//# sourceMappingURL=index.d.ts.map