preact-material-components
Version:
preact wrapper for "Material Components for the web"
9 lines (8 loc) • 317 B
TypeScript
import { URIComponents, URIOptions } from "../uri";
declare var _default: {
scheme: string;
domainHost: boolean;
parse: (components: URIComponents, options: URIOptions) => URIComponents;
serialize: (components: URIComponents, options: URIOptions) => URIComponents;
};
export default _default;