{"version":3,"sources":["../src/components/Card/CardFooter/useCardFooter.ts"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { useCardFooterBase_unstable } from '@fluentui/react-card';\n\nimport type { CardFooterProps, CardFooterState } from './CardFooter.types';\n\n/**\n * Returns the state for a CardFooter component, given its props and ref.\n * The returned state can be modified with hooks before being passed to `renderCardFooter`.\n */\nexport const useCardFooter = (props: CardFooterProps, ref: React.Ref<HTMLElement>): CardFooterState => {\n  const state: CardFooterState = useCardFooterBase_unstable(props, ref);\n\n  return state;\n};\n"],"names":["useCardFooter","props","ref","state","useCardFooterBase_unstable"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;2BAR8B;AAQpC,MAAMA,gBAAgB,CAACC,OAAwBC;IACpD,MAAMC,QAAyBC,IAAAA,qCAA0B,EAACH,OAAOC;IAEjE,OAAOC;AACT"}