// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders components/rate/demo/basic.tsx extend context correctly 1`] = `
`;
exports[`renders components/rate/demo/character.tsx extend context correctly 1`] = `
Array [
,
,
,
,
,
]
`;
exports[`renders components/rate/demo/character-function.tsx extend context correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders components/rate/demo/clear.tsx extend context correctly 1`] = `
Array [
,
allowClear: true
,
,
,
allowClear: false
,
]
`;
exports[`renders components/rate/demo/disabled.tsx extend context correctly 1`] = `
`;
exports[`renders components/rate/demo/half.tsx extend context correctly 1`] = `
`;
exports[`renders components/rate/demo/text.tsx extend context correctly 1`] = `
normal
`;