// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/button/demo/basic.tsx correctly 1`] = ` Array [ , , ,
, , , ] `; exports[`renders ./components/button/demo/block.tsx correctly 1`] = ` Array [ , , , , ] `; exports[`renders ./components/button/demo/chinese-chars-loading.tsx correctly 1`] = ` Array [ , , , , , , ] `; exports[`renders ./components/button/demo/danger.tsx correctly 1`] = ` Array [ , , , , , ] `; exports[`renders ./components/button/demo/disabled.tsx correctly 1`] = ` Array [ , ,
, , ,
, , ,
, , ,
, , ,
, , ,
, , ,
, , ,
, ] `; exports[`renders ./components/button/demo/ghost.tsx correctly 1`] = `
`; exports[`renders ./components/button/demo/icon.tsx correctly 1`] = ` Array [ , , , , ,
, , , , , ,
,
, , , , , ,
, , , , , , ] `; exports[`renders ./components/button/demo/legacy-group.tsx correctly 1`] = ` Array [
,
,
,
,
, ] `; exports[`renders ./components/button/demo/loading.tsx correctly 1`] = ` Array [
,
, ] `; exports[`renders ./components/button/demo/multiple.tsx correctly 1`] = ` Array [ , ,
, ] `; exports[`renders ./components/button/demo/size.tsx correctly 1`] = ` Array [
,
,
, , , ,
, ,
, , , , , , ] `;