// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`column watch default index 1`] = `
`; exports[`column watch default index 2`] = `
`; exports[`columns-top、columns-bottom prop 1`] = `
Custom Columns Top
Custom Columns Bottom
`; exports[`not allow html 1`] = `
  • <div>option</div>
`; exports[`render option slot with object columns 1`] = `
  • foo
  • bar
`; exports[`render option slot with simple columns 1`] = `
  • foo
  • bar
`; exports[`set rem item-height 1`] = `
  • 1990
  • 1991
`; exports[`should render confirm/cancel slot correctly 1`] = `
`; exports[`should render title slot correctly 1`] = `
Custom title
`; exports[`should render toolbar slot correctly 1`] = `
Custom toolbar
`; exports[`toolbar-position prop 1`] = `
`;