Sha256: 06814d16d3532a8fd3c6208bf5dd4d81b4f20f5e640e10c58f5d76acdef8895b
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
import React from 'react'; import { GlobalProps } from '../../utilities/globalProps'; export declare type FilterBackgroundProps = { background: boolean; className: string; children?: React.ReactChild[] | React.ReactChild; dark: boolean; } & GlobalProps; declare const FilterBackground: (props: FilterBackgroundProps) => React.ReactElement; export default FilterBackground;
Version data entries
2 entries across 2 versions & 1 rubygems