Repository URL to install this package:
|
Version:
4.0.116 ▾
|
import { ItemProps, ShareProps } from './typings';
export declare function fromListOfTemplateStringsToRendered(list: Array<ItemProps>, props: ShareProps): any[];
export declare const isNonEmptyString: (x: string) => boolean;