index.d.ts 469 B

12345678910111213
  1. export { area } from './area';
  2. export { bottom } from './bottom';
  3. export { bottomLeft } from './bottomLeft';
  4. export { bottomRight } from './bottomRight';
  5. export { inside } from './inside';
  6. export { left } from './left';
  7. export { outside } from './outside';
  8. export { right } from './right';
  9. export { spider } from './spider';
  10. export { surround } from './surround';
  11. export { top } from './top';
  12. export { topLeft } from './topLeft';
  13. export { topRight } from './topRight';