CardFooter from @kibrisyazilim/design-system. Use via `window.KibrisDS.CardFooter` (bundle loaded from the root `_ds_bundle.js`).

## Props

```ts
interface CardFooterProps {
  children?: React.ReactNode;
  className?: string;
  id?: string;
  style?: CSSProperties;
}
```
