UNPKG

@paperbits/forms

Version:
11 lines (10 loc) 310 B
/** * @license * Copyright Paperbits. All Rights Reserved. * * Use of this source code is governed by a Commercial license that can be found in the LICENSE file and at https://paperbits.io/license/commercial. */ declare module "*.html" { const content: string; export default content; }