@metamask/snaps-sdk
Version:
A library containing the core functionality for building MetaMask Snaps
14 lines • 368 B
JavaScript
import { createSnapComponent } from "../component.mjs";
const TYPE = 'Divider';
/**
* A divider component, which is used to create a horizontal line between
* elements.
*
* This component does not have any props.
*
* @returns A divider element.
* @example
* <Divider />
*/
export const Divider = createSnapComponent(TYPE);
//# sourceMappingURL=Divider.mjs.map