docz
Version:
It's has never been so easy to documents your things!
7 lines (6 loc) • 320 B
TypeScript
export { Link, LinkProps } from './components/Link';
export { Playground, PlaygroundProps } from './components/Playground';
export { Props, PropsComponentProps } from './components/Props';
export * from './hooks';
export { theme } from './theme';
export { doczState, Entry, MenuItem, ThemeConfig } from './state';