amotify 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/@types/amot.tsx CHANGED
@@ -252,7 +252,7 @@ declare global {
252
252
  namespace mols {
253
253
  namespace Accordion {
254
254
  type Params = {
255
- open?: boolean
255
+ defaultOpen?: boolean
256
256
  accordionID?: string
257
257
  slideAnimation?: 'none' | 'fast' | 'slow'
258
258
  children: ReactElement