UNPKG

silly-password-generator

Version:

🔑 Generate silly passwords that are secure and easy to use. Inspired by xkcd.

7 lines (6 loc) • 292 B
import 'bootstrap/dist/css/bootstrap.css'; import React from 'react'; import { DivProps } from 'react-html-props'; export interface SillyPasswordGeneratorProps extends DivProps { } export declare const SillyPasswordGenerator: ({ ...props }: SillyPasswordGeneratorProps) => React.JSX.Element;