UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 130 B
import { IListItemProps } from "../types"; /** * List Item */ export declare const ListItem: (props: IListItemProps) => string;