@apolitical/component-library 1.3.0-beta.2 → 1.3.0

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.
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- /** Additional classes */
4
- className?: string;
5
- children: React.ReactNode | JSX.Element;
6
- }
7
- declare const FullWidth: ({ children, className, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
8
- export default FullWidth;
@@ -1 +0,0 @@
1
- export { default as FullWidth } from './full-width';
@@ -1 +0,0 @@
1
- export { default as Logos } from './logos';