UNPKG

@payfit/unity-illustrations

Version:

21 lines (20 loc) 717 B
import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type SettingSliderWithBackgroundAsset = IllustrationAsset<BaseSvgAsset & { readonly name: 'SettingSliderWithBackground'; }>; /** * SettingSliderWithBackground illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import SettingSliderWithBackground from '@payfit/unity-illustrations/assets/SettingSliderWithBackground' * * <Illustration * illustration={SettingSliderWithBackground} * alt="SettingSliderWithBackground illustration" * size="md" * /> * ``` */ declare const SettingSliderWithBackground: SettingSliderWithBackgroundAsset; export default SettingSliderWithBackground;