web-signature
Version:
Primitive and fast framework for rendering web interfaces
8 lines (7 loc) • 342 B
TypeScript
import Signature from './Signature.js';
export default function (): Signature;
export { default as Signature } from './Signature.js';
export { default as Component } from './Component.js';
export { default as Prop } from './Prop.js';
export { default as Library } from './Library.js';
export { default as html, unsafeHTML } from './html.js';