a53ad58137dc9e1b8dfcc82861487ff562ce4663fd6f6c32f1d8b48183dd9e7dd9c0c33b05488444308b104da6369ca5960911cac097ce20a49ba0454bf62a 439 B

12345678910111213141516171819202122232425
  1. const defaultProps = {
  2. store: {
  3. required: true,
  4. type: Object
  5. },
  6. stripe: Boolean,
  7. tooltipEffect: String,
  8. tooltipOptions: {
  9. type: Object
  10. },
  11. context: {
  12. default: () => ({}),
  13. type: Object
  14. },
  15. rowClassName: [String, Function],
  16. rowStyle: [Object, Function],
  17. fixed: {
  18. type: String,
  19. default: ""
  20. },
  21. highlight: Boolean
  22. };
  23. export { defaultProps as default };
  24. //# sourceMappingURL=defaults.mjs.map