kitchn
Version:
Tonight Pass delicious React styled-components UI kit
20 lines (16 loc) • 806 B
TypeScript
import React__default from 'react';
type Props$1 = React__default.SVGProps<SVGSVGElement> & {
fill?: string;
};
type KitchnMarkProps = Props$1;
declare const KitchnMark: React__default.FC<KitchnMarkProps>;
type KitchnWordmarkProps = Props$1;
declare const KitchnWordmark: React__default.FC<KitchnWordmarkProps>;
type Props = React__default.SVGProps<SVGSVGElement> & {
fill?: string;
};
type TonightPassMarkProps = Props;
declare const TonightPassMark: React__default.FC<TonightPassMarkProps>;
type TonightPassWordmarkProps = Props;
declare const TonightPassWordmark: React__default.FC<TonightPassWordmarkProps>;
export { KitchnMark, type KitchnMarkProps, KitchnWordmark, type KitchnWordmarkProps, TonightPassMark, type TonightPassMarkProps, TonightPassWordmark, type TonightPassWordmarkProps };